* Comment in character classes to be added
* Add carriage return placeholder comment
* Add helper methods and builder hashes for additonal RegEx character classes
* Add all new character classes, clean up comments
* Remove A and z character classes which are not supperted in JavaScript, add tests for new characters and improved helper methods
* Modify test rules
* Gitignore package lock and remove test package
* Remove nested git file
* Move rules back into place
* Remove git submodule
* change file encoding of new test rules
* Amend rules files for word and no word
* Change allowed type of word boundaries
* Add mapper functions for word and nonword boundaries
* Fix all new test rules, verify working
* Hard delete package-lock
* Restore .gitmodules for test
* Update package.json
* Move rules files to submodule repo
* remove duplicate rules files
* Remove only rules file duplicates
* Reactivate submodule
* Add vertical tab as supported JavaScript regex character, and remove my comments from methodMatch
* Add support for text input of backslash
* Amend vertical tab in mbuilder and methodMatch