starts-with( a, b )
|
Group |
Returns true if text a starts with prefix text b.
Description of Parameters
|
Parameter |
Description |
|
a |
Text. |
|
b |
Prefix text. |
Examples
|
Parameter a |
Parameter b |
Result |
|
abcdef |
abc |
true |
|
abcdef |
ABC |
false |