Hi,
I have the following string, how to extract the substring out of it?
InputString::
Action Created.
(Confirmation # = 492854374)
No Further action os needed.
OutputString
492854374
What is the best way to extract that output? It’s always numeric.