Howdy,
Tried searching the boards for a similar issue and don't see one that is similar to this. Hoping someone can assist as I'm a Regex newbie.
I basically have a bunch of support documents that have a identification code up front followed by the name of the support. These codes can vary in length and the characters that follow the digits can also vary. Here's a rough example:
| File naming conventions | What I need to pull |
| 3340-Balances-20201204 | 3340 |
| 700132099 SupportPackage | 700132099 |
| 8129005_12-04-2020 Module | 8129005 |
| 32603260CashValues | 32603260 |
All I'm after are the codes at the front. I'm having a heck of a time with this as my trusty ol' text to columns doesn't seem to work super well when the delimiter can be an underscore, space, hyphen, or not exist at all. Any thoughts?
Thanks in advance, friends!