Regular expression examples: Difference between revisions

Content deleted Content added
added several cleanup templates
No edit summary
Line 3:
{{Copy to Wikibooks}}
 
A [[regular expression]] ( also "RegEx" or "regex" ) is a string that is used to describe or match a set of strings, according to certain [[syntax]] rules. The specific syntax rules vary depending on the specific [[implementation]], [[programming language]], or [[Library (computing)|library]] in use. Additionally, the functionality of regex implementations can vary between [[Software versioning|version]]s.
 
Despite this variability, and because regular expressions can be difficult to both explain and understand without examples, this article provides a basic description of some of the properties of regular expressions by way of illustration.