From WikiChip
$hregex identifier - mIRC
< mirc‎ | identifiers
Revision as of 17:22, 24 February 2018 by Ouims (talk | contribs) (Created page with "{{mirc title|$hregex identifier}}{{Deprecated feature|new={{mIRC|$hfind}}}}'''$hregex''' Searches an hash table for the Nth item name which matches the regular expression. Ret...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Note: This feature has essentially been replaced by $hfind.$hregex Searches an hash table for the Nth item name which matches the regular expression. Returns item name.


Synopsis[edit]

$hregex(name/N, regex, N)

Parameters[edit]

  • name/N - the Nth hash table or the name of it
  • regex - the regular expression
  • N - The Nth match, use 0 to get the total number of match

Properties[edit]

  • .data - instead of looking for matches against item, matches against data, but the item name is still returned.

Example[edit]

Compatibility[edit]

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[edit]

[Expand]
v · d · e mIRC identifier list