ghkweon / dwscript

Automatically exported from code.google.com/p/dwscript
0 stars 0 forks source link

Add support for string.Replace() #431

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Seems there is no builtin function for replacing substring with new value, 
please implement

  string.Replace(oldStr, newStr);

probably third parameter or overloaded version is needed for flags 
(rfReplaceAll, rfIgnoreCase).

Original issue reported on code.google.com by ain.val...@gmail.com on 17 Aug 2013 at 1:34

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r2234.

Original comment by zar...@gmail.com on 19 Aug 2013 at 1:37