Function Trim()

Trim()


T
his function removes extra blank spaces from the given text. It removes text from text from – the start of the text string, at the end of the text string, and any extra spaces between the words within a text string


Syntax:

= Trim (String)

String: a text string that may contain any extra spaces which needs to cleaned from the string


Example:




Note: In the above example, the extra spaces (represented by ‘|’ symbol) were removed using the Trim() function.

Share on Google Plus

About Dhakkanz

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment

Sunday, June 21, 2009

Function Trim()

Trim()


T
his function removes extra blank spaces from the given text. It removes text from text from – the start of the text string, at the end of the text string, and any extra spaces between the words within a text string


Syntax:

= Trim (String)

String: a text string that may contain any extra spaces which needs to cleaned from the string


Example:




Note: In the above example, the extra spaces (represented by ‘|’ symbol) were removed using the Trim() function.

Function Trim()SocialTwist Tell-a-Friend

0 comments:

Post a Comment