User Tools

Site Tools


transformations:regexp

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
transformations:regexp [2021/05/19 11:56] – [Remarks] dmitrytransformations:regexp [2021/07/19 02:22] (current) – [Examples] craigt
Line 39: Line 39:
 =====Remarks===== =====Remarks=====
  
-EasyMorph uses the [[https://docs.microsoft.com/en-us/dotnet/standard/base-types/regular-expression-language-quick-reference|.NET regex syntax]].+EasyMorph uses the [[https://docs.microsoft.com/en-us/dotnet/standard/base-types/regular-expression-language-quick-reference|.NET regex language]].
  
 While most "find" and "replace" functions can use wildcard characters to allow for a //single values// (?) or //any number of values// (*), they can't differentiate letters, numbers, spaces and symbols like RegEx can.  Use RegEx when not only the //number// of characters is important, but also the //types// of characters.\\ While most "find" and "replace" functions can use wildcard characters to allow for a //single values// (?) or //any number of values// (*), they can't differentiate letters, numbers, spaces and symbols like RegEx can.  Use RegEx when not only the //number// of characters is important, but also the //types// of characters.\\
Line 47: Line 47:
 \\  \\ 
 =====Examples===== =====Examples=====
-**Objective:** Find phone numbers that match pattern ''(XXX)XXX-XXXX'' where X is any number.+**Example:** Find phone numbers that match pattern ''(XXX)XXX-XXXX'' where X is any number.
  
 **Source table:** **Source table:**
Line 66: Line 66:
  
 \\  \\ 
-**Result:**+**Result table:**
 ^Phone number   ^ Matches  ^ ^Phone number   ^ Matches  ^
 | 1234567890    |  | | 1234567890    |  |
transformations/regexp.txt · Last modified: 2021/07/19 02:22 by craigt

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki