Please enable JavaScript to view this site.

Create and return a new string from the specified source, replacing all matches of the specified sub-string with a new one.

Syntax

strReplace(string source, string tofind, string toreplace, bool cs=true): int

source

Source string

tofind

Text to find

toreplace

Text to replace with

cs

Case sensitive search flag

Result

Returns the result string

 

  

Keyboard Navigation

F7 for caret browsing
Hold ALT and press letter

This Info: ALT+q
Page Header: ALT+h
Topic Header: ALT+t
Topic Body: ALT+b
Contents: ALT+c
Search: ALT+s
Exit Menu/Up: ESC