Difference between revisions of "Regular expression"

From RadiWiki
Jump to: navigation, search
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