Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.36 KB

README.md

File metadata and controls

28 lines (20 loc) · 1.36 KB

VerbalExpressions.AS3 v0.1

ActionScript 3 Regular Expressions made easy

VerbalExpressions.AS3 is a ActionScript 3 port of a VerbalExpressions library that helps to construct difficult regular expressions.

Other Implementations

You can see an up to date list of all ports in our organization.

If you would like to contribute another port (which would be awesome!), please open an issue specifying the language. A repo in the VerbalExpressions organization will be created for it. Please don't open PRs for other languages against this repo.

How to get started

Examples

API documentation

You can find the API documentation at the wiki pages.

Contributions