Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1 - 2 of 2 for %27 (0.08 seconds)

Showing similar results.

  1. perlrecharclass - Perl Regular Expression Chara...

    [\N{U+27}-\N{U+3F}] # Same. (U+27 is "'", and U+3F...values, so [\N{U+27}-\N{U+3F}] means to match \N{U+27} , \N{U+28}...
    perldoc.perl.org/perlrecharclass
    Fri Feb 06 12:48:58 GMT 2026
      80.3K bytes
  2. perlrecharclass.txt

    [\N{U+27}-\N{U+3F}] # Same. (U+27 is "'", and U+3F...so C<[\N{U+27}-\N{U+3F}]> means to match C<\N{U+27}>, C<\N{U+28}>,...
    perldoc.perl.org/perlrecharclass.txt
    Mon Jan 26 18:55:28 GMT 2026
      47.7K bytes
Back to Top