Regular expression enabled ruler matcher -- consuming end of line.
Class ReRuleEOL( token, action, re, nextState ) from \ ReRule(( re, nextState, action))
token | the string matching a fixed token |
action | the action (function) that should be done when hitting the token. |
The function will be called with the token as last parameter.
Properties | |
eol |
Properties inherited from class ReRule | |
anchored | |
eol | |
grabs | |
re | |
token | |
Methods inherited from class ReRule | |
apply | |
match | |
Properties inherited from class Rule | |
action | |
lookAhead | |
matchLen | |
nextState | |
Methods inherited from class Rule | |
apply | |
match |