new NdnRegexRepeatMatcher(expr, backrefManager, indicator)
Create an NdnRegexRepeatMatcher.
Parameters:
Name |
Type |
Description |
expr |
string
|
|
backrefManager |
NdnRegexBackrefManager
|
The back-reference manager. |
indicator |
number
|
|
- Source:
Methods
compile_()
Compile the regular expression to generate more matchers when necessary.
- Source:
match(name, offset, len) → {boolean}
Parameters:
Name |
Type |
Description |
name |
Name
|
|
offset |
number
|
|
len |
number
|
|
- Source:
Returns:
-
Type
-
boolean
recursiveMatch2_(repeat, name, offset, len) → {boolean}
Parameters:
Name |
Type |
Description |
repeat |
number
|
|
name |
Name
|
|
offset |
number
|
|
len |
number
|
|
- Source:
Returns:
-
Type
-
boolean