PATTERN: Generating a Pattern From a String

How to:

The PATTERN function examines a source string and produces a pattern that indicates the sequence of numbers, uppercase letters, and lowercase letters in the source string. This function is useful for examining data to make sure that it follows a standard pattern.

In the output pattern:

Syntax: How to Generate a Pattern From an Input String

PATTERN (length, source_string,  output)

where:

length

Numeric

Is the length of source_string.

source_string

Alphanumeric

Is the source string.

output

Alphanumeric

Example: Producing a Pattern From Alphanumeric Data

WebFOCUS

Feedback