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 : ^endsWith( target, data )^ | aTbRef Site Map |
^endsWith( target, data )^ |
Code Type: | Boolean Comparison |
Code Scope of Action: | item |
^endsWith( target, data )^
If the target ends with the data, this condition is true. Comparisons are always case-sensitive.
Examples:
^endsWith(Lemon Tree,emo)^
is: false
^endsWith(Lemon Tree,ee)^
is: true
Up: Export Codes - Full Listing | |
Previous: ^endIf^ | Next: ^equal( data1, data2 )^ |
Licensed under Creative Commons Attribution-Noncommercial-Share Alike 3.0 License
[See aTbRef CC licence Attribution/Waiver info info]