vessillo / foxreplace

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

2 spaces are shown as 1 in browser, but they are 2 in search #113

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 Alex.Yo...@gmail.com on 17 Jun 2013 at 9:51

GoogleCodeExporter commented 9 years ago
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 marc.r...@gmail.com on 17 Jun 2013 at 3:55