How to Implement String.contains method in DMN table

i want to see if we can do null comparison and contains comparison by using one condition only. Anyhow, thanks for your response, i already solved this by using like this:
input!=null and contains(input,“INDIA”)

1 Like