Help for this page

Select Code to Download


  1. or download this
    $str = '**bold words**'
    
  2. or download this
    warn Dumper extract_tagged( 
        $str,
        '**',
        '**',
    );
    
  3. or download this
    warn Dumper extract_tagged( 
        $str,
        '\*\*',
        '\*\*',
    );