Help for this page

Select Code to Download


  1. or download this
    {[[group1 #xxx#]] text [[group2]] text2 [[group3 #something# else]]}
  2. or download this
    ->" text group2 text2"
  3. or download this
    $R  =~ s/(.*?)(\[.*?\#.*?\#.*?\].*?)?(.*?)/$1$3/gm;