Help for this page

Select Code to Download


  1. or download this
       $query =~ s{
                  (?<![\w.+-])
    ...
                  \b
                 }
                 {N}gx;                             # Float/real into N
    
  2. or download this
    "12345 "  -> "N "
    "12345. " -> "N. "