Regular expression: Difference between revisions

From RadiWiki
Jump to navigation Jump to search
m (moved Regular expressions to Regular expression: Without an ending 's')
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.
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

Revision as of 12:11, 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: https://regex101.com/

Links