From WikiChip
$regbr Identifier - mIRC
< mirc‎ | identifiers
Revision as of 18:47, 24 February 2018 by Ouims (talk | contribs) (Created page with "{{mirc title|$regbr Identifier}}{{Deprecated feature|new={{mIRC|$regml}}}}'''$regbr''' used to return the Nth backreference from a regex match. == Synopsis == <pre>$regbr([na...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Note: This feature has essentially been replaced by $regml.$regbr used to return the Nth backreference from a regex match.

Synopsis

$regbr([name], N)

Paramters

  • name - The optional name given to the regex match
  • N - The Nth line queued, if N is 0, returns the total number of backreference/capturing group

Properties

None

Example

Compatibility

Added: mIRC v5.9
Added on: 26 Apr 2001
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See Also

$regex $regsubex $regmlex