Help for this page

Select Code to Download


  1. or download this
    m(
        \[img\]    # Match opening tag
    ...
        \s*        # Maybe there are more spaces still
        \[/img\]   # Match closing tag
    )x