contains( a, b )
|
Group |
Returns true if the text a contains the text b.
Description of Parameters
|
Parameter |
Description |
|
a |
Value. |
|
b |
Search text. |
Examples
|
Parameter a |
Parameter b |
Result |
|
Hello |
ell |
true |
|
Hello |
lle |
false |