[Bug 23857] Dialogs: Search and Replace : RegEx replace text malfunction

2010-06-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23857

Conrad Irwin conrad.ir...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||conrad.ir...@gmail.com
 Resolution||INVALID

--- Comment #1 from Conrad Irwin conrad.ir...@gmail.com 2010-06-09 11:58:38 
UTC ---
This is expected, test[^ ]* will match the entire input in the first case as
there are no space characters. If you want the behaviour you seem to, use
test[^\s]* so that newlines are also excluded.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 23857] Dialogs: Search and Replace : RegEx replace text malfunction

2010-06-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23857

Calcey QA wikib...@calcey.com changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

--- Comment #2 from Calcey QA wikib...@calcey.com 2010-06-10 04:23:15 UTC ---
Verified and closed

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l