SOLVED
Regex Formula
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
IJH34
8 - Asteroid
‎11-29-2023
09:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Looking for the RegEx formula that will find a 3 letter word that start with C and end with O.
CEO, COO, CFO, CLO, CSO, etc.
Solved! Go to Solution.
Labels:
- Labels:
- Regex
2 REPLIES 2
binuacs
21 - Polaris
‎11-29-2023
09:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@IJH34 one way of doing this
18 - Pollux
‎11-29-2023
10:00 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
RegEx_Match([Column],"C\wO")
