Help for this page

Select Code to Download


  1. or download this
    /\[\s*  # literal [ followed by optional whitespace
    (       # begin capture
    [^\]]+  # get one or more chars that are not ]
    )       # end capture
    /x      # end regex