Navigation: DocScript Reference > DocScript Functions >

Regular Expression Functions

 

 

 

 

Function

Description

[Regex.GetValueFromRegex](string, regexpattern)

Returns the first value found by the regexpattern in the string.

 

Parameter(s)

string - The string to run the regex against.

regexpattern - The regex pattern. More information on the regex structure

[Regex.GetValuesFromRegex]((string, regexpattern)

Returns all the values found by the regexpattern in the string.

 

Parameter(s)

string - The string to run the regex against.

regexpattern - The regex pattern. More information on the regex structure

 

 

 

 

Copyright © 2024 Portford Solutions Group, Inc.