This 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.
0 comments:
Post a Comment