TypeScript API Documentation for APPSTREAM-1.0
API Version: 1.0
Library Version: 1.1.1
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
Replaces the string find with the string replace in a GLib.String up to limit times. If the number of instances of find in the GLib.String is less than limit, all instances are replaced. If limit is 0, all instances of find are replaced.
find
replace
limit
0
a GLib.String
the string to find in string
string
the string to insert in place of find
the maximum instances of find to replace with replace, or 0 for no limit
the number of find and replace operations performed.
Replaces the string
findwith the stringreplacein a GLib.String up tolimittimes. If the number of instances offindin the GLib.String is less thanlimit, all instances are replaced. Iflimitis0, all instances offindare replaced.