Help for this page

Select Code to Download


  1. or download this
    s/\.\K[^.]*$/txt/;
    
  2. or download this
    Compiling REx "(?<=[.])[^.]*$"
    Final program:
    ...
       7 <xyz.foo> <>            | 19:  EOL(20)
       7 <xyz.foo> <>            | 20:  END(0)
    Match successful!
    
  3. or download this
    Compiling REx "\.\K[^.]*$"
    Final program:
    ...
       7 <xyz.foo> <>            | 16:    EOL(17)
       7 <xyz.foo> <>            | 17:    END(0)
    Match successful!