SOLVED
Regex expression for parsing integars, decimels, and strings
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
cdahl001
7 - Meteor
‎12-07-2020
07:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Howdy do!
Need some help with a Regex expression. I'm taking a column of data that is supposed to contain a number and then a string, and separating them into two columns respectively. The thing is, not every value contains the number at the beginning, and some values have spaces between the number and the string. Some even have decimal numbers at the beginning, which will need to be parsed and kept as a decimal in the output. How do I account for all these whatifs?
Solved! Go to Solution.
1 REPLY 1
Greg_Murray
12 - Quasar
‎12-07-2020
07:27 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
