foxreplace
foxreplace copied to clipboard
2 spaces are shown as 1 in browser, but they are 2 in search
What steps will reproduce the problem?
1. Make a html with double space between some words.
2. It is shown as 1 space in browser.
3. Copy-paste this text as a string to replace.
What is the expected output? What do you see instead?
The user expects this string to be replaced, but it is not.
What version of the product are you using? On what operating system?
FoxReplace 0.14.0 on Firefox 21.0
Please provide any additional information below.
Original issue reported on code.google.com by [email protected] on 17 Jun 2013 at 9:51
Thanks for the report. A possible solution would be to change input from "foo
bar" to /foo\s+bar/. This solution would also work for newlines and tabs.
Original comment by [email protected] on 17 Jun 2013 at 3:55
- Changed state: Accepted
- Added labels: Component-Logic, OpSys-All