VocabularyregexpInputsOutputsWord descriptionCreates a regular expression object, given a string in regular expression syntax. When it is first used for matching, a DFA is compiled, and this DFA is stored for reuse so it is only compiled once.
Definition