Help for this page

Select Code to Download


  1. or download this
    if ($a =~ /'/) {....}
    if (index ($a, "'") >= 0) {....}
    if (split ($a, "'", -1) >= 2) {....}
    if ($a =~ y/'/'/) {....}
    
  2. or download this
     $a = "A\'\'Bcd"