Regexp::CharClasses

Regexp::CharClasses is a Perl module to provide character classes.
Download

Regexp::CharClasses Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Abigail
  • Publisher web site:
  • http://search.cpan.org/~abigail/

Regexp::CharClasses Tags


Regexp::CharClasses Description

Regexp::CharClasses is a Perl module to provide character classes. Regexp::CharClasses is a Perl module to provide character classes.SYNOPSIS use Regexp::CharClasses; # Import all. "..." =~ /p{IsDigit0}/; "..." =~ /P{IsThaiDigit}/; use Regexp::CharClasses qw ; # Import a property. use Regexp::CharClasses ':perl'; # Properties tagged ':perl'Using the module Regexp::CharClasses in your package allows you to use several "Unicode Property" character classes in addition to the standard ones. Such character classes are all of the form p{IsProperty} (which matches a character adhering to the property) and P{IsProperty} (which matches a character not adhering to the property). For details, see "Unicode Properties" in perlrecharclass.By default, all the properties listed below will be imported in your namespace. But you can specify which properties you want to import by giving them as arguments to the use line. Alternatively, you can import one or more tags. The properties listed below will specify to which tags they belong. Requirements: · Perl


Regexp::CharClasses Related Software