Skip to content

RegexMatchPresentInString

cpgames edited this page Jul 14, 2022 · 1 revision

image

Checks whether regex Pattern exists in *Source.


Input Ports:

Start - execution entry.
Source (type: string) - input string.
Pattern (type: regex string) - regex match to search for in Source.
RegexOptions - regex options for match function.


Output Ports:

True - executes if match exists.
False - executes if no match exists.

Clone this wiki locally