https://bugs.documentfoundation.org/show_bug.cgi?id=122530

--- Comment #18 from Luke Kendall <[email protected]> ---
I generally sanitise by throwing away most but not all the information.
I keep capitals, vowels, punctuation.
So the change is done with a regexp and match case enabled, then
Find: ([bcdfghjklmnpqrstvwyz]) <-- Sometimes I consider 'y' a vowel and omit it
Replace: x

Typically I need to sit and wait until the question about "this is taking a
long time; do you want to continue" pops up, so I can tell it to continue.

HTH

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to