GoLang Parle\Parser::sigil

request it (277)
GoLang replacement for PHP's Parle\Parser::sigil [edit | history]



Do you know a GoLang replacement for PHP's Parle\Parser::sigil? Write it!

PHP Parle\Parser::sigil

PHP original manual for Parle\Parser::sigil [ show | php.net ]

Parle\Parser::sigil

(PECL parle >= 0.5.1)

Parle\Parser::sigilRetrieve a matching part of a rule

Description

public string Parle\Parser::sigil ([ int $idx ] )

Retrieve a part of the match by a rule. This method is equivalent to the pseudo variable functionality in Bison.

Parameters

idx

Match index, zero based.

Return Values

Returns a string with the matched part.