Help for this page

Select Code to Download


  1. or download this
          (?:       # Match stuff that isn't a closing delim:
            [^%]+     # Things that can't start one.
          | %+[^>]    # Might start one but isn't one.
          )*