WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
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