Char::Class::ISOIECTR10176 - Regular Expression Character Classes - ISOIECTR10176
Recommended extended repertoire for user-defined Identifier, defined by ISO/IEC TR 10176:1998 Annex A.
ISO/IEC TR 10176:1998 Annex A says:
The repertoire recommended consists of characters that are used to write different natural langauges of the world, and consists of letters, ideographic and syllabic characters, digits, and some marks.
Attention is drawn to that using extended repertoire for identifiers may impact source code portability.
InISOIECTR10176Arabic
InISOIECTR10176Armenian
InISOIECTR10176Bengali
InISOIECTR10176Bopomofo
InISOIECTR10176CJKUnifiedIdeographs
InISOIECTR10176Cyrillic
InISOIECTR10176Devanagari
InISOIECTR10176Digits
InISOIECTR10176Georian
InISOIECTR10176Greek
InISOIECTR10176Gujarati
InISOIECTR10176Gurmukhi
InISOIECTR10176Hangul
InISOIECTR10176Hebrew
InISOIECTR10176Hiragana
InISOIECTR10176Kannada
InISOIECTR10176Katakana
InISOIECTR10176Lao
InISOIECTR10176Latin
InISOIECTR10176Malayalam
InISOIECTR10176Oriya
InISOIECTR10176Special
InISOIECTR10176Tamil
InISOIECTR10176Telugur
InISOIECTR10176Thai
InISOIECTR10176Tibetan
use Char::Class::ISOIECTR10176; if ($s =~ /\p{InGujarati}/) { print "Match!\n"; }
ISO/IEC TR 10176:1998, ``Information technology -- Guidelines for the preparation of programming language standards'', ISO/IEC, 1998-09-01 (Second edition).
JIS TR X 0031:2000, ``Information technology -- Guidelines for the preparation of programming language standards'', JISC <http://www.jisc.go.jp/>, 2000-06-01, will be expired on 2005-07-31. (TR type III) (IDT with ISO/IEC TR 10176:1998.)
Copyright 2007 Wakaba <w@suika.fam.cx>
This library and the library generated by it is free software; you can redistribute them and/or modify them under the same terms as Perl itself.