SOLVED
REGEX PARSE
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
Anthony_white
7 - Meteor
‎02-15-2023
08:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I am trying to parse out company names to the format shown below (Desired Co_Name). My biggest priority is to remove numbers from the end of a company name if they exist. I am able to clear up the rest in formula tool later in the workflow. However, I am curious to see if everything can be accomplished in a single Regex tool.
Solved! Go to Solution.
Labels:
- Labels:
- Regex
2 REPLIES 2
ShankerV
17 - Castor
‎02-15-2023
08:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
One way of doing this. Assuming as already you have achieved the remaining output.
Needed to parse the numbers at end.
Many thanks
Shanker V
‎02-15-2023
08:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks!
