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