stock replace_all(string[], len, const what[], const with[])
string | String to perform search and replacements on. |
len | Maximum length of the string buffer. |
what | String to search for. |
with | String to replace the search string with. |
Replaces a contained string iteratively.
Consider using replace_string() instead.
This ensures that no infinite replacements will take place by intelligently moving to the next string position each iteration.
Number of replacements on success, otherwise 0.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.