-- Unsubscribe instructions: E-mail to [email protected] In case of problems unsubscribing, write to [email protected] Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette List archive: http://listarchives.libreoffice.org/global/users/ All messages sent to this list will be publicly archived and cannot be deleted
hello, i can't handle regular expressions. in find i write
"w(ord|riter)" in replace "x$1" everything works ok, it replaces like i
want "word" replaces with "xord" and "writer" replaces with "xriter",
but if i write "w(ord\>|riter\>)" it replaces "word" with "x$1" and not
with "xord" there is my error? i want that find would find "word" but
not "itsnotworditstrash"
