Regular expression: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
A [[Regular Expression]] is a text pattern that describes how textual input should be parsed to retrieve a piece (or complete) of the textual input. | |||
For regular expression we advise you to look at an internet site dedicated to regular expressions: http://www.regular-expressions.info/tutorial.html | For regular expression we advise you to look at an internet site dedicated to regular expressions: http://www.regular-expressions.info/tutorial.html | ||
An online regular expression tester can also be used to verify the correctness of the regular expression. | |||
== Links == | == Links == | ||
* Wikipedia: [[wikipedia:Regular Expression|Regular Expression]] | * Wikipedia: [[wikipedia:Regular Expression|Regular Expression]] | ||
* Regular expression tutorial: http://www.regular-expressions.info/tutorial.html | |||
* Regular epxression tester: https://regex101.com/ | |||
[[Category:RadiMation]] | [[Category:RadiMation]] |
Revision as of 12:10, 18 September 2017
A Regular Expression is a text pattern that describes how textual input should be parsed to retrieve a piece (or complete) of the textual input.
For regular expression we advise you to look at an internet site dedicated to regular expressions: http://www.regular-expressions.info/tutorial.html An online regular expression tester can also be used to verify the correctness of the regular expression.
Links
- Wikipedia: Regular Expression
- Regular expression tutorial: http://www.regular-expressions.info/tutorial.html
- Regular epxression tester: https://regex101.com/