~~NOTOC~~ <=[[4rpl:start| Index]] \\ <=[[4rpl:start#strings| Strings]] :!: Available in version 1.3 and later. ====== RemoveWhiteSpace ====== RemoveWhiteSpace (<-inputString) ->newString ===== Description ===== Removes whitespace from the specified string and returns a new string sans whitespace. Line feed, carriage returns, tabs, spaces all count as whitespace. ===== Examples ===== Trace(RemoveWhiteSpace("Where there's a will, there's a way.")) <=[[4rpl:start| Index]]