Help for this page

Select Code to Download


  1. or download this
    string: { $_ = extract_quotelike($text); chop; substr($_,0,1,''); $_; 
    +} { [@item] }
    
  2. or download this
    string: { extract_quotelike($text) }
    
  3. or download this
    string: { $_ = extract_quotelike($text); if($_) { chop; substr($_,0,1,
    +''); } $_; } { [@item] }