WoW:Pattern matching: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
m ("also see"?)
Line 3: Line 3:
A very good introduction to regexes can be found here: [http://www.castaglia.org/proftpd/doc/contrib/regexp.html Regular Expressions Explained]
A very good introduction to regexes can be found here: [http://www.castaglia.org/proftpd/doc/contrib/regexp.html Regular Expressions Explained]


Also see:
See also:
* [[HOWTO: Use Regular Expressions]]
* [[HOWTO: Use Regular Expressions]]


[[Category:Glossary]]
[[Category:Glossary]]

Revision as of 21:20, 2 August 2005

A formula for matching strings that follow some pattern. The formula (and syntax used) varies depending on the method of searching used.

A very good introduction to regexes can be found here: Regular Expressions Explained

See also: