- breaking change
- GroupNameFromNumber and GroupNumberFromName are option types
- add name to FsGroup
- hide FsGroup and FsMatch constructors
- breaking change
- new module, FsRegEx, of composable regular expressions functions
- added tests of RegularExpressions email validation
- renamed Match' type to FsMatch, moved to root namespace
- renamed Group' type to FsGroup, moved to root namespace
- renamed match' function in VerbalExpression module firstMatch
- fixed bugs in reuse of VerbEx Groups() and Captures()
- return FsMatch where previously Regex Match returned
- or' can be first VE is series of or's
- breaking change
- VerbEx now fully composable
- Match' composable System.Text.RegularExpressions.Match type
- Group' composable System.Text.RegularExpressions.Group type
- System.Text.RegularExpressions special collections returned as arrays
- VerbEx timeout constructor added
- added exists, fold, foldBack, iter, and map for VerbalExpression module
- eliminated underscores in unicode names
- breaking change
- put UniCodeGeneralCategory and SupportedNamedBlock under the namespace