I solved it with
replaceAll(someText, "\\s", "%")
Search found 2 matches
- 24 Oct 2018 13:28
- Forum: User Help / Bug Reports
- Topic: replace " " with %
- Replies: 2
- Views: 6220
- 23 Oct 2018 11:14
- Forum: User Help / Bug Reports
- Topic: replace " " with %
- Replies: 2
- Views: 6220
replace " " with %
Why i can not replace an empty string (" ") with another charactor? stringName =replace(stringName, " ", "%"); does not work?!