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 Codes - Full Listing : ^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: Export Codes - Full Listing | |
Previous: ^basicLinks( start, list-item-prefix, list-item-suffix, end )^ | Next: ^capitalize( data )^ |
Licensed under Creative Commons Attribution-Noncommercial-Share Alike 3.0 License
[See aTbRef CC licence Attribution/Waiver info info]