Help for this page

Select Code to Download


  1. or download this
        while (<>) {
            # Only require a non-null first capture
    ...
                # Do something
            }
        }
    
  2. or download this
        if (/(\s*\w\w)(\s+\w\w)?(\s+\w\w)?(\s+\w\w)?/) {
            # Do something
        }