17.3. Removing All Leading and Trailing Whitespaces of a String: trim() Function

The trim() function helps us remove all leading and trailing whitespaces of a string. Its syntax is:


String.trim(string);


The trim() function returns invalid if any error occurs.

The following WMLScript examples demonstrate the use of trim():


x = String.trim("   WAP Tutorials   ");
y = String.trim("WAP Tutorials");


After executing the above script, both x and y contain the string value "WAP Tutorials".


Previous Page Page 42 of 71 Next Page


Feedback Form (ExpandCollapse)

What do you think about this web page?






(Optional) Please provide us more details. For example, suppose you select option 2 above, can you tell us specifically what information is missing? You can also suggest anything that can help us improve this web page.

(Optional) Your name:

(Optional) Your email address:

Please enter again to confirm:

Due to the amount of messages we received, we may not be able to reply to all messages.

A button for going back to the top of this page