Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Regex to extract string and number

poojasingh111
6 - Meteoroid

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

10 REPLIES 10
SonamGalani11
5 - Atom

Solution attached

Labels
Top Solution Authors