User Tools

Site Tools


syntax:functions:removestart

This is an old revision of the document!


RemoveStart(text, N)

Returns the 'text' without the first 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
RemoveStart( '(555)555-5555', 5 ) 555-5555
removestart('the company',4) 555-5555

See also

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

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki