Help for this page

Select Code to Download


  1. or download this
    next if ! -> Move to the next line if the line does NOT
    /
    ...
    \s* -> Some more space.
    (.*) -> Second capture group of the remaining stuff.
    /
    
  2. or download this