Help for this page

Select Code to Download


  1. or download this
    BEGIN {
    
        # Install a function which inserts the two codepoints
    ...
            );
        };
    }
    
  2. or download this
    use utf8;
    use strict;
    use warnings;
    ...
    BEGIN { like( "\x{2203}", qr/\p{IdContinue}/, "\N{THERE EXISTS} is an 
    +identifier" ) }
    
    # This doesn't.