Help for this page

Select Code to Download


  1. or download this
    $string = "
    hello
    ...
    </tag>
    more text
    ";
    
  2. or download this
    $string = "
    hello
    <tag><br>code<br>goes here<br></tag>
    more text
    ";
    
  3. or download this
    $string =~ s/<tag>(.*?)<\/tag>/$1 =~ s/\n/<br>/gs;/ieg;