erAck on Nostr: For your task, best ask on https://ask.libreoffice.org/ A * in a regex pattern tells ...
For your task, best ask on https://ask.libreoffice.org/
A * in a regex pattern tells to match the preceding string or expression zero or more times. See https://unicode-org.github.io/icu/userguide/strings/regexp.html#regular-expression-operators the Regular Expression Operators. You may also test expressions at https://regex101.com/ best use the Java 8 or ECMAScript flavour for ICU behaviour.
A * in a regex pattern tells to match the preceding string or expression zero or more times. See https://unicode-org.github.io/icu/userguide/strings/regexp.html#regular-expression-operators the Regular Expression Operators. You may also test expressions at https://regex101.com/ best use the Java 8 or ECMAScript flavour for ICU behaviour.