Regular Expression basics

From Scriptwiki
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