Recurring patterns with $regex

mIRC Scripting Language
Forum rules
User avatar
Tuxman
Administrator
Posts: 1873
Joined: 24.10.2003 00:13
Status: That guy
Contact:

Recurring patterns with $regex

Unread postby Tuxman » 09.11.2012 19:42

The $regex command does not understand expressions like [i]\d{3,5}[/i] because mIRC treats a comma as a special character (see the syntax of $gettok() for example). A way to work around it is using a temporary variable for the regular expression.



[i]var %regex = /\d{3,5}/

echo $regex(mystring123,%regex)[/i]
[size=85]^\__/

[color=#DEE3E7]..[/color]O.o



This is Einkaufswagen. Copy Einkaufswagen into your signature to help him on his way to world domination.[/size]

Return to “MSL”

Who is online

Users browsing this forum: No registered users and 11 guests