Parle\RParser::sigilName
PHP function
Edit on GitHub ✎
(PECL parle >= 0.8.4)
Retrieve a rule or token name
Description
Parle\RParser::sigilName(int $idx): string
Retrieve a partial rule name or token name corresponding to the sigil index.
Parameters
idxMatch index, zero based.
Return Values
Returns a String with the matched part.