Help for this page

Select Code to Download


  1. or download this
    s/\b([Uu])s\b/$1 eq 'U' ? Them : them/eg;
    
  2. or download this
    $test =~ s/\b([Uu])s\b/$1 eq 'U' ? "Them" : "them"/eg;