User Tools

Site Tools


syntax:functions:removeend

This is an old revision of the document!


RemoveEnd(text, N)

Returns the 'text' without the last N characters including spaces. Parameter N must be greater than 0.

Note that the expression does not require to use single quote signs ('X') around the number N.

Example Result
RemoveEnd( '1000 USD', 4 ) 1000
removeend('October 1, 2014', 6) October 1

See also

syntax/functions/removeend.1427490121.txt.gz · Last modified: 2015/03/27 17:02 by elenap

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki