https://bugs.documentfoundation.org/show_bug.cgi?id=149491
Justin L <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|low |lowest --- Comment #10 from Justin L <[email protected]> --- I don't see any clean way to handle this. Plus, a regex search can be very complicated, so simply checking for it starting with ^ won't necessary be correct. Regex'ers should be used to applying work arounds. A simple workaround would be to verify that there is no ^somethingUnique, replace ^r with ^somethingUnique, and the replace ^somethingUnique with nothing. -- You are receiving this mail because: You are the assignee for the bug.
