- Select the column.
- Do: Menu: Data - Text to Columns… (split by space).
Yes. That’s what @Lupp did in your topic that you linked to here somewhere.
This can be changed by editing the regular expression in the SplitText() function.
sPattern = "[^\w||-]+"
<< Regex pattern is set here
(OR: "[\W--[-]]"
, "[\W---]"
, "[\W&&[^-]]"
)
How would you like to handle punctuation marks?
They are now being completely removed.
Edit:
The attached file is updated. Look for ‘vocabulary (3).ods’.
The vocabulary does not allow the inclusion of duplicates (insensitive to case) now.
If you add a word that is already in the vocabulary, you will be prompted to edit the meaning(s) of the word yourself.