Is it possible to use wildcards in Arcade?
I am creating an attribute expressions where i have an IIF statement.
IIF(Field1="Landowner" || Field1=" Landowner 1+ pref"), "True", "False")
Would it be possible to wildcard landowner so it picked up everything with Landowner as the value instead of creating a bunch of OR statements?