Activity
fixing bug with word boundary and passing type parameter on string cast
fixing bug with word boundary and passing type parameter on string cast
major update to backend. Character sets have dedicated objects instea…
major update to backend. Character sets have dedicated objects instea…
changing panic to debug assert
changing panic to debug assert
lowering branch quota in fuseQantifiers
lowering branch quota in fuseQantifiers
adding string regex and scalar replace
adding string regex and scalar replace
changing iterators to return fluent interface
changing iterators to return fluent interface
changed regex find's return from a single value to a range.
changed regex find's return from a single value to a range.
adding word boundary \b and \B characters
adding word boundary \b and \B characters
putting in non-advancement guard in iterator next functions
putting in non-advancement guard in iterator next functions
adding bracket check to lookahead
adding bracket check to lookahead
adding positive and negative lookahead
adding positive and negative lookahead
fixing numeric backend connection
fixing numeric backend connection
adjusting trim boundaries for single characters
adjusting trim boundaries for single characters
updating comptime regex example
updating comptime regex example
adding comptime example to readme
adding comptime example to readme
adding checks for escaped bracket sequences
adding checks for escaped bracket sequences
moving trim functions to private section
moving trim functions to private section
adding string regex and scalar trim
adding string regex and scalar trim
removing tokenize from string class
removing tokenize from string class