Help for this page

Select Code to Download


  1. or download this
    0 ''
    1 project_id
    2 12345
    3 /project_id
    
  2. or download this
    ($xmltag, $xmlvalue) = (split /\<|\>/, $string)[1,2];
    
  3. or download this
    ($tag,$value) = ($inline =~ /<(\/?\w+?)>([^<]*)/);
    
  4. or download this
    <tag>value</tag> or
    <tag> or
    </tag>