syntax:functions:removechars
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| syntax:functions:removechars [2016/06/20 11:38] – dmitry | syntax:functions:removechars [2021/08/15 02:51] (current) – [See also] craigt | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ===== RemoveChars(text, | + | ======RemoveChars(text, |
| + | Category: | ||
| - | Removes particular | + | \\ |
| + | =====Description===== | ||
| + | This function removes the individual | ||
| - | ^ | + | \\ |
| - | | removechars(' | + | =====Arguments===== |
| + | ^Argument^Type^Description^ | ||
| + | |text|Text|Any text value from which the characters in //chars// are removed.| | ||
| + | |chars|Text|The set of individual characters to remove from //text//.| | ||
| + | **Return value type:** Text | ||
| - | === See also === | + | \\ |
| - | * [[syntax: | + | =====Remarks===== |
| - | * [[syntax: | + | The individual characters listed in //chars// are removed from //text//, not just the whole value of //chars// as a string. |
| + | |||
| + | All instances of each character in //chars// are removed. | ||
| + | |||
| + | If none of the characters in //chars// appear in //text//, the whole value of //text// is returned. | ||
| + | |||
| + | |||
| + | \\ | ||
| + | =====Examples===== | ||
| + | removechars(' | ||
| + | |||
| + | removechars(' | ||
| + | |||
| + | removechars(' | ||
| + | |||
| + | removechars(102102102, | ||
| + | |||
| + | |||
| + | \\ | ||
| + | =====See also===== | ||
| + | * [[syntax: | ||
| + | * [[syntax: | ||
| + | * [[syntax: | ||
| + | * [[syntax: | ||
syntax/functions/removechars.1466437086.txt.gz · Last modified: by dmitry