core.noscript.text
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.
@IJH34 one way of doing this
RegEx_Match([Column],"C\wO")