
|- alteration statemant?- zero or one occurrence in matched text+- one or more occurrence in matched text*- zero or more occurrence in matched text()- grouping expression\- escape character (after that operation character treat as literal)
Look to spec folder.
Basic useage
rbNFA::Regexp("ab").match("ccccab")
- Fork it
- Create your feature branch (`git checkout -b my-new-feature`)
- Commit your changes (`git commit -am ‘Added some feature’`)
- Push to the branch (`git push origin my-new-feature`)
- Create new Pull Request