regex_extras library

Library containing a collection of frequently used regexes, as well as helper functions in the form of String extension methods.

Extensions

RegexHelpers on String
Set of helper extension methods on Strings for frequently used Regexs

Properties

alphabeticRegex RegExp
Regex to check a string contains only letters Note that spaces are counted as alphabetic
final
alphanumericRegex RegExp
Regex to check a string contains only letters or digits Note that spaces are counted as alphanumeric
final
numericRegex RegExp
Regex to check a string contains only digits Note that spaces are not counted as numeric
final