Code Type:
Code Scope of Action:
Code First Added:
Code Altered:
Boolean Comparison [other codes of this type]
item [codes with similar scope]
Already in v5.0.0
format"
DEPRECATED - use ^value(String.contains("^pattern"))^. See ^value^, String.contains().
^beginsWith( target, data )^
If the target begins with the data, this condition is true. Comparisons are always case-sensitive.
Example:
^beginsWith(Lemon Tree,emo)^
is false
^beginsWith(Lemon Tree,Lemo)^
is true