Altova FlowForce Server 2026 

Returns true if the first string contains at least one occurrence of substring, otherwise false.

 

Signature

contains(string as string, substring as string) -> Boolean

 

Parameters

Name

Type

Description

string

string

The input string.

substring

string

The string value to check for.

 

Examples

The following expression returns true:

 

contains('cat','a')

 

The following expression returns false:

 

contains('cat','b')

 

© 2020-2026 Altova GmbH