User Tools

Site Tools


syntax:functions:remove

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:remove [2021/07/21 15:38] – [Remarks] dmitrysyntax:functions:remove [2021/07/21 15:38] – [Examples] dmitry
Line 32: Line 32:
   remove('Mrs. Smith", 3, 1) = 'Mr. Smith'   remove('Mrs. Smith", 3, 1) = 'Mr. Smith'
   remove(1203, 2, 2) = '13'   remove(1203, 2, 2) = '13'
-  remove((10*10), 1, 1) = '00'  (removes the first single character from '100') +  remove((10*10), 1, 1) = '00'  //removes the first single character from '100'. 
-  remove('Alexander', 12, 2) = 'Alexander'  (N_start is past the end of the text - nothing is removed) +  remove('Alexander', 12, 2) = 'Alexander'  //N_start is past the end of the text - nothing is removed. 
-  remove('Scott', 4, 4) = 'Sco'  (N_chars extends past the end of text; only available characters are removed)+  remove('Scott', 4, 4) = 'Sco'  //N_chars extends past the end of text; only available characters are removed.
  
 \\  \\ 
 ===== See also ===== ===== See also =====
   * [[syntax:functions:mid]]   * [[syntax:functions:mid]]
syntax/functions/remove.txt · Last modified: 2021/08/15 02:53 by craigt

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki