Regular Expression basics

From Scriptwiki
Revision as of 11:09, 11 September 2006 by Microbe (talk | contribs) (fixed category)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.

Links