Regular Expression (Teradata Database) - Teradata Warehouse Miner

Teradata Warehouse Miner User Guide - Volume 2ADS Generation

Product
Teradata Warehouse Miner
Release Number
5.4.4
Published
July 2017
Language
English (United States)
Last Update
2018-05-03
dita:mapPath
fcf1492702067123.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-2301
Product Category
Software

The following table lists the available regular expression functions, and a description of their purpose.

Embedded Services: Regular Expression Functions
Function Description
REGEXP_SUBSTR Extracts a substring from source_string that matches a regular expression specified by regexp_string.
REGEXP_REPLACE Replaces portions of source_string that match regexp_string with the replace_string.
REGEXP_INSTR Searches source_string for a match to regexp_string.
REGEXP_SIMILAR Compares source_string to regexp_string and returns integer value:

REGEXP_SIMILAR provides semantics comparable to the SIMILAR predicate in ANSI-SQL-99.

See the Teradata Database SQL Functions, Operators, Expressions, and Predicates document, B035-1145, for a detailed overview of these regular expression functions.