Lasso Soft Inc. > Home

[String->EndsWith]

[String->EndsWith] returns True if the base string ends with the string parameter, False otherwise. Requires a single string parameter. The test is not case sensitive.

  • Syntax
  • Parameters
[String Variable->(EndsWith: 'String Value')]
Required Parameters
String Value The string which is to be examined.
Pattern String The pattern which should be checked.
Examples

To change the color of text if it ends with the word World:

Use the [String->EndsWith] tag within [If] ... [/If] tags. If the field Company_Name ends with the word World then the company name is colored blue using <font> ... </font> tags, otherwise it is displayed normally.

[If: (Field: 'Company_Name')->(EndsWith: 'World')]
  <font color="blue">[Field: 'Company_Name']</font>
[Else]
  [Field: 'Company_Name']
[/If]
Result:
<font color="blue">Blue World</font>
Tag Link [String->EndsWith] Category String
Type Member Data Source Any
Support Preferred Version 5.0
Output Type Boolean Security None
Implementation LCAPI Sets Lasso 7.0, Lasso 6.0, Lasso 5.0

Please note that periodically LassoSoft will go through the notes and may incorporate information from them into the documentation. Any submission here gives LassoSoft a non-exclusive license and will be made available in various formats to the Lasso community.

LassoSoft Inc. > Home

 

 

©LassoSoft Inc 2015 | Web Development by Treefrog Inc | PrivacyLegal terms and Shipping | Contact LassoSoft