syntax:functions:replace
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
syntax:functions:replace [2015/04/03 18:33] – elenap | syntax:functions:replace [2025/03/18 17:00] (current) – [See also] craigt | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== Replace(text, | + | ======Replace(text, |
+ | Category: | ||
+ | |||
+ | \\ | ||
+ | =====Description===== | ||
+ | This function replaces all instances of // | ||
+ | |||
+ | \\ | ||
+ | =====Arguments===== | ||
+ | ^Argument^Type^Description^ | ||
+ | |text|Text|Any text value or value that can be implicitly converted to text.| | ||
+ | |old_text|Text|The text to be found within //text// and replaced by // | ||
+ | |new_text|Text|The text that replaces // | ||
+ | |||
+ | **Return value type:** Text | ||
+ | |||
+ | \\ | ||
+ | =====Remarks===== | ||
+ | This function is case sensitive. | ||
+ | |||
+ | Entering '' | ||
+ | |||
+ | Number values entered for //text//, // | ||
+ | |||
+ | \\ | ||
+ | =====Examples===== | ||
+ | |||
+ | replace(' | ||
+ | |||
+ | replace(' | ||
+ | |||
+ | replace(' | ||
+ | |||
+ | replace(123456789, | ||
+ | |||
+ | replace(190091, | ||
+ | |||
+ | \\ | ||
+ | =====See also===== | ||
+ | * [[syntax: | ||
+ | * [[syntax: | ||
+ | * [[syntax: | ||
+ | * [[syntax: | ||
+ | * [[syntax: | ||
- | Replaces all entries of the // | ||
- | All arguments are implicitly converted into text, if required. | ||
- | ^ Example | ||
- | | replace(' | ||
- | | replace(' |
syntax/functions/replace.1428100403.txt.gz · Last modified: 2015/04/03 18:33 by elenap