Good day.
As in Oracle, extract a word from a string or words with a specific prefix. Suppose you have the string "element 1, element 2, element 1 - acc.block, element 2 - acc.batch" - from this line you need all the words with the prefix "acc."
on input: "element 1, element 2, element 1 - acc.block, element 2 - acc.batch", on output: "acc.block", "acc.batch"