gstring_replace


Description:


public uint gstring_replace (StringBuilder string, string find, string replace)

Replaces all occurences of find with the string replace in a StringBuilder.

Parameters:

string

a StringBuilder

find

the string to find in string

replace

the string to insert in place of find

Returns:

the number of find and replace operations performed.


Namespace: AppStream
Package: appstream



2022 vala-language.org