core.noscript.text
Help me please to create a regex to extract string and number from a string like 906D3829.22 into 906 D 3829.22
So far, I have been able to extract numbers using [\d.]+ into 906 3829.22
Solved! Go to Solution.
Solution attached