Help for this page

Select Code to Download


  1. or download this
      s/(^|[^[:alpha:]])$from($|[^[:alpha:]])/$1$to$2/i;
    
  2. or download this
      s/(^|[^\p{IsAlpha}])$from($|[^\p{IsAlpha}])/$1$to$2/i;