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
Last revisionBoth sides next revision
syntax:functions:isregexmatch [2021/08/02 00:43] craigtsyntax:functions:isregexmatch [2021/08/14 22:04] – [Examples] craigt
Line 17: Line 17:
 =====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