File: replace_all.srf
Size: 479
Date: Sat, 02 Oct 2021 22:02:36 +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 "fastfuncs190.dll" alias for "Replace_All"
global function string replace_all (readonly string source, readonly string find, readonly string replace, boolean insensitive) system library "fastfuncs190.dll" alias for "Replace_All"
end prototypes