Skip to content

StringFreeQ

Tests whether a string does NOT contain a substring.

$ wo 'StringFreeQ["Hello world", "moon"]'
True
$ wo 'StringFreeQ["Hello world", "world"]'
False