ReplaceString | ||||||||||
Type | statement | |||||||||
Dictionary | LCB | |||||||||
Library | LiveCode Builder | |||||||||
Syntax |
| |||||||||
Associations | com.livecode.string | |||||||||
Summary | Replaces occurrences of Pattern within Target in Replacement Source:An expression which evaluates to a string. | |||||||||
Parameters |
| |||||||||
Example |
| |||||||||
Description | Replaces each occurrence of the string Pattern in Target with Replacement. | |||||||||
Tags | strings |