in a formula tool, I have this:
if REGEX_Match([nameplate],'C-MAX|Focus|FocusRS|MKZ|Taurus') then 0 else [Wheelbase] endif
but if in the [nameplate] field, there is Focus (NA) and it's getting ignored in this formula tool. I've tried the following and none of it works:
Focus (NA)
"Focus (NA)"
`Focus (NA)`
'Focus (NA)'
Focus*
How do i convince regex_match to match on something with a space and ()? thanks