contains( a, b )


Returns true if the text a contains the text b.

Description of Parameters


Parameter

Description

a

Text to search in.

b

Search term.

Examples


Parameter a

Parameter b

Result

Hello

ell

true

Hello

lle

false