Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Try this code in the translator:

local Life = " This is life   ";
Life:trimWS()

You’ll see something like this:

The function trims white space from either side of the string.

  • No labels