StringParser.replace() - Mtax-Development/GML-OOP GitHub Wiki
Name |
Type |
Optional |
target |
No |
|
substitute? |
Yes |
|
count? |
{int} |
Yes |
Not applicable.
Replace the specified target parts of the string with specified substitute string, either in its all instances or the specified amount of times, by searching for them from the start of the string to its end.