https://bugs.documentfoundation.org/show_bug.cgi?id=154608
Bug ID: 154608
Summary: [LOCALHELP] Add more examples of Regular Expressions
for special characters
Product: LibreOffice
Version: 7.6.0.0 alpha0+ Master
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Documentation
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Demand from community member on regular expressions Help page:
------------------8<--------------
I recently had a conversation at chemnitzer linux days with a user who was
looking for a way to replace soft hyphens (which were generated by another
program) after import. We both didn't find out how to do that. Later on I found
out that a regular expression using one of those
\xAD
\x{00AD}
\u00AD
\U000000AD
\N{SOFT HYPHEN}
would do.
Perhaps this is a good idea to have this (because it is an invisible char) as
an example on help page
file:///Applications/LibreOffice.app/Contents/Resources/help/en-US/text/shared/01/02100001.html
- especially the last one \N{SOFT HYPHEN}, which is imho nowhere documented.
And I'm quite sure there are more of this kind, too.
------------------8<--------------
Help page is
https://help.libreoffice.org/master/en-US/text/shared/01/02100001.html
--
You are receiving this mail because:
You are the assignee for the bug.