SOLVED
RegEx help needed
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
Brad1
11 - Bolide
‎01-03-2025
09:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
I'm trying to place a comma and a space after the letter 'X' whenever it is found. Also the last character will be an 'X' - I'm not wanting a comma or space there. Example.
123X7QAX40Z1X
becomes
123X, 7QAX, 40Z1X
Thanks in advance for any help.
Solved! Go to Solution.
Labels:
- Labels:
- Text Mining
2 REPLIES 2
binuacs
21 - Polaris
‎01-03-2025
09:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@Brad1 one way of doing this with the replace() function
‎01-03-2025
10:26 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Works great. Very nice. Thanks.
