Link | decode_urlpath |
Author | Jason Huck |
Category | Encoding |
Version | 8.x |
License | http://opensource.org/licenses/artistic-license.php |
Posted | 03 Mar 2006 |
Updated | 22 Mar 2006 |
More by this author... |
Decodes a string encoded by [encode_urlpath].
decode_urlpath($string);
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( 'urlpath', -namespace='decode_', -required='in', -priority='replace', -description='Decodes a string encoded by [encode_urlpath].' ); local('out') = #in; #out->replace('_',' ')&replace('\','%5c')&replace('.','.'); #out = decode_url(#out); #out->replace('-!','/')&replace('`','\''); return(@#out); /define_tag;
No comments
©LassoSoft Inc 2015 | Web Development by Treefrog Inc | Privacy | Legal terms and Shipping | Contact LassoSoft