Formula syntax for if string.contains

I can’t seem to find a formula syntax example for string contains substring. Ruby has includes? but that doesn’t seem to work for me (if I am applying it correctly?). Does anyone know how to achieve this?

something like:
if field(“productType”).contains(“widget”) then “widget also please” else “something else” end

Thanks guys,
Justin

Ruby has “include?”. Not “includes?”