Help for this page

Select Code to Download


  1. or download this
    # NOTE: untested
    /(\w+)=  # key
    ...
        "([^"]+)"   |  # quoted string or...
        (\w+))         # non-quoted value
    /xg