lb.base.string

String Adapter Module for Base Library

Authors

Copyright

Eric Bréchemier © 2011, Some Rights Reserved Legal-Box SAS © 2010-2011, All Rights Reserved

License

BSD License http://creativecommons.org/licenses/BSD/

Version

2011-08-14

Summary
lb.base.stringString Adapter Module for Base Library
Functions
trim(string): stringRemove white space from the start and end of the string.

Functions

trim(string): string

Remove white space from the start and end of the string.

Parameter

stringstring, a string

Returns

a string with whitespace removed from start and end.  The whitespace within is neither removed nor normalized.

Close