User Tools

Site Tools


syntax:functions:removestart

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
syntax:functions:removestart [2015/02/02 22:05] dmitrysyntax:functions:removestart [2015/03/27 14:19] elenap
Line 1: Line 1:
 ====== RemoveStart(text, N) ====== ====== RemoveStart(text, N) ======
  
-Returns //text// without first //N// characters. Parameter //N// must be greater than 0.+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 apostrophe signs ('X') around the number N.
  
 ^  Example  ^  Result  ^ ^  Example  ^  Result  ^
 |  RemoveStart( '(555)555-5555', 5 )  |  555-5555  | |  RemoveStart( '(555)555-5555', 5 )  |  555-5555  |
 +|  removestart('the company',4)  |  555-5555  |
  
 === See also === === See also ===
   * [[syntax:functions:keepafter]]   * [[syntax:functions:keepafter]]
   * [[syntax:functions:removeend]]   * [[syntax:functions:removeend]]
syntax/functions/removestart.txt · Last modified: 2021/08/15 02:54 by craigt

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki