I have a requirement to replace all words starting with $ in a Word document
sample:
$Address
$Lastname etc.
Now at the beginning I must create a list with all words that start with $ After that I replace all words
$Lastname -> Waning etc
How can I create a list with all words starting with $ in spiredoc ?