A collection of Regular Expressions that are useful when working with language data
Members
-
<constant> abbreviationRegExp :RegExp
-
A regular expression for abbreviations.
Type:
- RegExp
-
<constant> glottoCodeRegExp :RegExp
-
A regular expression for Glottolog Language Codes.
Type:
- RegExp
-
<constant> isoCodeRegExp :RegExp
-
A regular expression for ISO 639-3 Language Codes.
Type:
- RegExp
-
<constant> languageTagRegExp :RegExp
-
A regular expression for IETF language tags, taken from the
ietf-language-tag-regex
library.Type:
- RegExp