yak1ex / String-Unescape

Unescape perl-escaped string
0 stars 1 forks source link

Quirks in perl #4

Closed yak1ex closed 10 years ago

yak1ex commented 10 years ago

See detail in t/quirks_in_perl.t

  1. \L in \U, and vice versa
  2. \L\u and \U\l

Maybe almost no people rely on these behavior.