Link | lp_string_getNumeric |
Author | Bil Corry |
Category | String |
Version | 8.x |
License | Public Domain |
Posted | 19 Jan 2006 |
Updated | 19 Jan 2006 |
More by this author... |
Returns the numeric characters in a string.
lp_string_getNumeric:'1x2x3x4x5'; // returns 12345
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: 'lp_string_getNumeric', -description='Returns the numeric characters in a string.', -priority='replace', -required='string'; return: (string_findregexp: (string: #string), -find='\\d')->(join:''); /define_tag; ]
No comments
©LassoSoft Inc 2015 | Web Development by Treefrog Inc | Privacy | Legal terms and Shipping | Contact LassoSoft