-
WikiChip
WikiChip
-
Architectures
Popular x86
-
Intel
- Client
- Server
- Big Cores
- Small Cores
-
AMD
Popular ARM
-
ARM
- Server
- Big
- Little
-
Cavium
-
Samsung
-
-
Chips
Popular Families
-
Ampere
-
Apple
-
Cavium
-
HiSilicon
-
MediaTek
-
NXP
-
Qualcomm
-
Renesas
-
Samsung
-
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)
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
- mIRC Installation
- Virtual profile
- Playing music
- Unicode
- IPv6
- Optimization
- Threads
- DCC Protocols
- Line Length Limit
- Font rendering
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]