How to decide on regex search
How to decide when replacing or transforming content with Regex
Separation symbols for list items and numbers
Separation symbols for list items and numbers
looks up ,
looks up ,
looks up .
looks up .
looks up !
looks up !
Between punctuations marker
Between punctuations marker
looks up ?
looks up ?
looks up ;
looks up ;
Magic regex ensures no breaking within protection
Magic regex ensures no breaking within protection
Adds a rule to this factory with native types
Adds a rule to this factory
add multiple rules alltogether
Adds a rule and its associated symbol to apply some transformation using such symbol
Adds a rule and its associated symbol to apply some transformation using such symbol
symbol is a character to be used in a transformation application, where many rules can apply different transformations
rule to be used when replacing a match with a symbol
Applies factory match strategy to find matches and returns any number of Matches
Specifically finds a first match within a group of matches
overrides rules with a new set of rules
Applies factory transform of all ordered rules utilizing transform and match strategies with provided symbol
Applies factory transform of all ordered rules utilizing transform and match strategies with provided symbol
a symbol to use for all transformations altogether
target text to transform
Applies factory transform of all ordered rules utilizing transform and match strategies corresponding each rule with its symbol
Applies factory transform of all ordered rules utilizing transform and match strategies corresponding each rule with its symbol
target text to transform
Returns a transformed text
Regular Expressions rule manager. Applies rules based on Matching and Replacement strategies