Help for this page

Select Code to Download


  1. or download this
       %{^MATCH_OFFSETS}
    
  2. or download this
        "abc" =~ /(?<l>[a-z])(?<l>[a-z])(?<l>[a-z])/
    
  3. or download this
        %{^MATCH_OFFSETS} = ('l'  =>  [[0, 1], [1, 2], [2. 3]]);