Archive:RegEx tutorial: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
>Gamester17
No edit summary
>Gamester17
Line 8: Line 8:




==External Links==
=External Links=
These are a bunch of links to other RegEx tutorial which we can borrow information from for this guide:
These are a bunch of links to other RegEx tutorial which we can borrow information from for this guide:
http://en.wikipedia.org/wiki/Regex
* http://en.wikipedia.org/wiki/Regex
http://www.english.uga.edu/humcomp/perl/regex2a.html
* http://www.english.uga.edu/humcomp/perl/regex2a.html
http://www.codeproject.com/dotnet/RegexTutorial.asp
* http://www.codeproject.com/dotnet/RegexTutorial.asp





Revision as of 06:35, 5 October 2007

This is meant to become a general tutorial for using Regular Expression (RegEx), meant to be a more in depth guide to using XBMC, 'RegEx for dummies' so to speak.

Feel free to add anything to this guide.

Introduction to Regular Expression

External Links

These are a bunch of links to other RegEx tutorial which we can borrow information from for this guide: