stock xs_replace(text[], len, const what[], const with[])
| text | The text to search in. |
| len | The maximum size of the @text buffer. |
| what | What to search for. |
| with | What to replace occurencies with. |
Replaces all occurencies of @what in @text with @with.
Returns the number of replaced items.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.