Regular Expressions 101

Community Patterns

jsgf header (version, encoding, locale)

0

Regular Expression
ECMAScript (JavaScript)

/
^(?:#JSGF) (?<version>V1.0) (?<encoding>[A-Z-0-9]+) (?<locale>[a-z]{2}-[A-Z]{2});$
/
gm

Description

no description available

Submitted by anonymous - 5 years ago