A Tinderbox Reference File : Export Codes : Export Code Types : Boolean Comparison : ^beginsWith( target, data )^ |
^beginsWith( target, data )^ |
^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
Up: Boolean Comparison | |
Previous: ^any( group , attribute[, data] )^ | Next: ^contains( target, data )^ |
Licensed under Creative Commons Attribution-Noncommercial-Share Alike 3.0 License
[See aTbRef CC licence Attribution/Waiver info info]