https://bugs.kde.org/show_bug.cgi?id=468452

Kåre Särs <kare.s...@iki.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kare.s...@iki.fi

--- Comment #3 from Kåre Särs <kare.s...@iki.fi> ---
Hi,

I was going to say that this is a prime example for regular-expressions, but
when trying to construct such, I notice a problem. ^ is beginning of line and $
is end of line and there is currently no way to specify a regular expression
that specifies start of document and end of document. So in short is it a bit
hard to get a regular expression the excludes a word from the whole document.

I was first thinking that \^ and \$ could be used for that, but that is needed
for actual ^ and $. Ideas are well come. 
An ugly workaround would be to add an option to treat the whole document as one
long string, in which case ^ would be start of document and $ end of
document...

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to