Regular Expression basics: Difference between revisions

From Scriptwiki
Jump to navigation Jump to search
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:Regular Expression]]
[[Category:Regular_Expression]]

Latest revision as of 09: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.