Thread: LibreOffice Regex: replace [:alpha:]$
hi there,
friend lost dissertation , had pdf copy of it. trying convert pdf odt format. after copy-pasting content odt, need replace paragraph breaks not following dot space. thought of using regular expression feature of libre office. i've not succeeded far.
tried: replace [:alpha:]$ or [a-z]$ or [a-z]\>$ space, none of them worked.
finding [a-z] seems work, finding [a-z]\> too. did finding $ (end of paragraph) if combine regex $ doesn't find anything.
can help? thanks.
two3 steps might work (try on copy first).
1. remove paragraph marks
find $ replace ' ' (a space)
finduse single space in replace boxcode:$
2. find '.' , replace ".new line".
findreplacecode:([:alpha:])\.3. remove excess white space @ front of linescode:$1.\n
findreplacecode:^ *([:alpha:])that should closecode:$1
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] LibreOffice Regex: replace [:alpha:]$
Ubuntu
Comments
Post a Comment