|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
|
stratego> <string-replace(|"foo", "bar")> "is there a foo around here?"
"baris there a around here?"
Note that it does work for *some* cases, like the one from the strategy's example:
stratego> <string-replace(|"foo", "bar")> "foobarfoo"
"barbarbar"
|
|
Description
|
stratego> <string-replace(|"foo", "bar")> "is there a foo around here?"
"baris there a around here?"
Note that it does work for *some* cases, like the one from the strategy's example:
stratego> <string-replace(|"foo", "bar")> "foobarfoo"
"barbarbar" |
Show » |
|
|
STR-593From revision 15399 string-replace should work correctly (at least it does for much more tests and your example).
Thanks for reporting anyway :)