|
Description: |
Returns a string void of leading and trailing spaces. |
|
Parameters: |
String-Characters enclosed in quotation marks. |
|
Syntax: |
$BFTrim(string) |
|
Example: |
$BFTrim(" happy days are here to stay. ") ; returns "happy days are here to stay" |