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 with the N-th character, where N and K are numbers.

First argument is implicitly converted into text, if required.

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

See also

syntax/functions/remove.1428100221.txt.gz · Last modified: 2015/04/03 18:30 by elenap

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki