REGEX Replace
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
marta-anastasiia
5 - Atom
‎10-10-2023
01:44 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi Guys, I hope u all doing well.
I have a text as 2023 bluess&cloud Sft Medium 12*114g and I want how can i get the values till second pipe from the end using Regex_Replace formula or tool,
required output is 12*114g please help with the Regex formula. Thanks.
Labels:
- Labels:
- Regex
2 REPLIES 2
lwolfie
11 - Bolide
‎10-10-2023
01:54 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
You can try using something like this: \s(\d{2}\*\d{3}.+)
Using the \ infront of the star makes Alteryx look at it as a character and not as the any character.
binuacs
21 - Polaris
‎10-10-2023
02:05 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
