Using Functions

iWay DQS provides many functions that you can use inside steps. The following table describes several of the common functions.

Function

Description

Return Value

matches

Full match. Input data with regular expression.

True or false

find

Partial match. Regular expression in input string.

True or false

substr

Gets the substring of an input string, starting with zero.

String


iWay Software