It isn’t possible at present to create an account on the LibreOffice help wiki. The regex help is out of date.
The specific change is that this syntax:
- \xXXXX | Represents a special character based on its four-digit hexadecimal code (XXXX)
should now be:
- \uXXXX or \x{XXXX} | Represents a special character based on its four-digit hexadecimal code (XXXX).
Apparently trivial … unless you’re actually relying on that page for help!! So, how does one get this corrected? Thanks!