GoLang Parle\RLexer::insertMacro

request it (249)
GoLang replacement for PHP's Parle\RLexer::insertMacro [edit | history]



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

PHP Parle\RLexer::insertMacro

PHP original manual for Parle\RLexer::insertMacro [ show | php.net ]

Parle\RLexer::insertMacro

(PECL parle >= 0.5.1)

Parle\RLexer::insertMacroInsert regex macro

Description

public void Parle\RLexer::insertMacro ( string $name , string $regex )

Insert a regex macro, that can be later used as a shortcut and included in other regular expressions.

Parameters

name

Name of the macros.

regex

Regular expression.

Return Values

No value is returned.