Link | gf_lowalo |
Author | Gaetano Frascolla |
Category | String |
Version | 8.x |
License | Public Domain |
Posted | 29 Aug 2006 |
Updated | 29 Aug 2006 |
More by this author... |
Returns the first char of a text in uppercase
gf_lowalo:$text; example: gf_lowalo:'EXAMPLE'; returns Example gf_lowalo:'example'; returns Example gf_lowalo:'exAmpLe'; returns Example
Click the "Download" button below to retrieve a copy of this tag, including the complete documentation and sample usage shown on this page. Place the downloaded ".inc" file in your LassoStartup folder, restart Lasso, and you can begin using this tag immediately.
define_tag:'gf_lowalo', -Required='String'; if:(#string)!=''; Variable: 'mytext' = String_LowerCase:(#string); $mytext->(ToUpper: 1); return: $mytext; /if; /define_tag;
No comments
©LassoSoft Inc 2015 | Web Development by Treefrog Inc | Privacy | Legal terms and Shipping | Contact LassoSoft