Field Formula String Contains

Options

Trying to evaluate a field (which should be a string of text) to see if it contains certain text.
Javascript methods should work as str.contains(searchtext). Can I use that method in field formulas?
I'm using this but it seems to not be working:
fields['haystack'].contains('needle')
Thanks in advance!

Best Answer

Answers