Getting Started¶
There is 3 main things in NSRE:
nsre.regexp.RegExpexecutes the regular expressionnsre.asthelps you build themnsre.matchersprovides some ways to match input tokens
You should start by having a look at the introduction of those three elements.
Note
TODO write a real tutorial