Skip to content
Patrice Ferlet edited this page Aug 8, 2013 · 3 revisions

VerbalExpressions is a way to easilly build Regex (regular expression) with "Verbs".

If you want to implement VerbalExpressions in you favorite language, you should follow some rules.

  1. follow chaining methods => A().B().C() if the language allows
  2. implement rules as page List-of-methods-to-implement explains
  3. test ! and retest ! Give unittests !
Clone this wiki locally