Difference between revisions of "Regular Expression basics"
From Scriptwiki
(Added regex basics) |
m (fixed category) |
||
Line 5: | Line 5: | ||
* http://www.mircscripts.org/showdoc.php?type=tutorial&id=989 | * http://www.mircscripts.org/showdoc.php?type=tutorial&id=989 | ||
− | [[Category: | + | [[Category:Regular_Expression]] |
Latest revision as of 10:09, 11 September 2006
Regular expressions are a powerful tool for searching and replacing patterns in text. They are not among the easiest subjects in mIRC scripting, but once you learn them you can use them in any common coding language (Java, C, Perl, etc). As there are plenty of good websites around that explain regular expressions, it is pointless to start explaining it all in here.