Search

Trim

Last Updated: Dec 10, 2020

Articles

Use this function to remove all the whitespace from both sides of the input string.

Syntax

Trim (input)

Parameters

Input Parameter Name Description
input input string

Returns

Return value Description
text Returns the trimmed string

Sample

  1. Trim ( JIFFY ) = JIFFY
  2. Trim (JIFFY ) = JIFFY
  3. Trim ( JIFFY) = JIFFY

To view all the Text functions, click here.

Did you find what you were looking for?