Help for this page

Select Code to Download


  1. or download this
    use experimental 'smartmatch';
    use POSIX 'locale_h';
    use locale ':ctype';
    ...
    $_ = "x";
    utf8::upgrade($_);
    /x(y|z)?/;
    
  2. or download this
                            && UTF8_IS_ABOVE_LATIN1(nextchr)