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/04/24 23:21] craigttransformations:regexp [2021/07/19 02:22] (current) – [Examples] craigt
Line 38: Line 38:
 \\  \\ 
 =====Remarks===== =====Remarks=====
 +
 +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 44: 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 63: 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