Regular Expression basics: Difference between revisions
Jump to navigation
Jump to search
Added regex basics |
(No difference)
|
Revision as of 09:07, 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.