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 revision
Previous revision
Next revisionBoth sides next revision
syntax:functions:remove [2021/07/21 16:17] – [Return value type] craigtsyntax:functions:remove [2021/07/21 16:18] – [Examples] craigt
Line 6: Line 6:
 This function removes a specified number of characters, from a specified starting point, within a text string. This function removes a specified number of characters, from a specified starting point, within a text string.
  
 +**Return value type:**  Text
 \\  \\ 
 =====Arguments===== =====Arguments=====
Line 25: Line 26:
 =====Examples===== =====Examples=====
  
-  remove('27.03.2015', 6, 5)   '27.03' +  remove('27.03.2015', 6, 5) = '27.03' 
-  remove('27.03.2015', 7, 2)   '27.03.15'+  remove('27.03.2015', 7, 2) = '27.03.15'
   remove('Mrs. Smith", 3, 1) = 'Mr. Smith'   remove('Mrs. Smith", 3, 1) = 'Mr. Smith'
   remove(1203, 2, 2) = '13'   remove(1203, 2, 2) = '13'
syntax/functions/remove.txt · Last modified: 2021/08/15 02:53 by craigt

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki