SOLVED
Extract number from string
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
CO
6 - Meteoroid
01-30-2018
08:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello,
Apologies because I have seen more posts similar to this one but I don't clearly see how the RegEx tool works.
I would need to extract the number from a column that follows the attached format.
How could I get it?
Thank you
Solved! Go to Solution.
Labels:
- Labels:
- Regex
2 REPLIES 2
LordNeilLord
15 - Aurora
01-30-2018
08:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hey,
Try this regex:
\((\d.+)\)\.jpg
01-30-2018
08:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks for the quick and effective response!

