User Tools

Site Tools


syntax:functions:remove

This is an old revision of the document!


Remove(text, N, K)

Removes K characters from the 'text', starting from the N-th character, where N and K are numbers.

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

First arguments is implicitly converted into text, if it's not.

Example Result
remove('27.03.2015', 7, 4 ) 27.03.
remove('27.03.2015', 7, 2 ) 27.03.15

See also

syntax/functions/remove.1427490644.txt.gz · Last modified: 2015/03/27 17:10 by elenap

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki