2
0

func_string_replace.rst 419 B

1234567891011121314151617181920212223242526272829303132333435
  1. .. _func_string_replace:
  2. =======
  3. Replace
  4. =======
  5. Replace -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. Replace$( str$,sub$,replaceWith$ )
  10. Performs a search and replace function
  11. The Replace$ command replaces all instances of one string with another.
  12. Parameters
  13. ==========
  14. Return Values
  15. =============
  16. A string with all instances of @sub$ replaced by @replace$
  17. Examples
  18. ========
  19. See Also
  20. ========