This version is out of date, covering development from v4.6.0 to v4.7.1. It is maintained here only for inbound reference links from elsewhere. Jump to the current version of aTbRef. |
|
A Tinderbox Reference File : Export Codes : Export Code Types : Boolean Comparison : ^beginsWith( target, data )^ | aTbRef Site Map |
^beginsWith( target, data )^ |
Code Type: | Boolean Comparison |
Code Scope of Action: | item |
^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]