User Tools

Site Tools


syntax:functions:isregexmatch

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
syntax:functions:isregexmatch [2021/08/02 00:43] craigtsyntax:functions:isregexmatch [2022/05/20 06:56] (current) – [Arguments] dmitry
Line 15: Line 15:
  
 \\  \\ 
 +
 +=====Remarks=====
 +
 +EasyMorph uses the [[https://docs.microsoft.com/en-us/dotnet/standard/base-types/regular-expression-language-quick-reference|.NET regex language]].
 +
 +\\
 =====Examples===== =====Examples=====
  
-  isregexmatch('1234', '^\d{4}$'TRUE +  isregexmatch('1234', '^\d{4}$'//Returns TRUE 
-  isregexmatch('12345', '^\d{4}$'FALSE + 
-  isregexmatch('11-2233', '\d{2}-\d{4}'TRUE +  isregexmatch('12345', '^\d{4}$'//Returns FALSE 
-  isregexmatch('112233', '\d{2}-\d{4}'FALSE+ 
 +  isregexmatch('11-2233', '\d{2}-\d{4}'//Returns TRUE 
 + 
 +  isregexmatch('112233', '\d{2}-\d{4}'//Returns FALSE
  
 \\  \\ 
syntax/functions/isregexmatch.txt · Last modified: 2022/05/20 06:56 by dmitry

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki