File: replace_all.srf
Size: 479
Date: Mon, 04 Oct 2021 22:06:18 +0200
$PBExportHeader$replace_all.srf
global type replace_all from function_object
end type

type prototypes
global function string replace_all (readonly string source, readonly string find, readonly string replace) system library "fastfuncs193.dll" alias for "Replace_All"
global function string replace_all (readonly string source, readonly string find, readonly string replace, boolean insensitive) system library "fastfuncs193.dll" alias for "Replace_All"
end prototypes