SOLVED
Remove zeros before 1-9
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
Crispy131
8 - Asteroid
11-24-2022
03:44 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello,
I have a column of data that looks like below and I want to remove all the zeros on either side of the dash that are leading zeros.
01-03
05-10
25-07
16-08
04-14
17-20
Result I expect:
1-3
5-10
25-7
16-8
4-14
17-20
Any help is much appreciated!
Solved! Go to Solution.
Labels:
- Labels:
- Regex
5 REPLIES 5
Felipe_Ribeir0
16 - Nebula
11-24-2022
04:00 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
11-24-2022
04:19 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Worked a treat! Thank you
flying008
15 - Aurora
11-24-2022
04:26 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
11-24-2022
04:44 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
So simple thank you!
flying008
15 - Aurora
11-24-2022
05:48 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
