Tells whether "str" and "pattern" are equal regardless of null terminators.
str to compare to "pattern"
comparison pattern for "str"
true on match or false otherwise
See Implementation
Tells whether "str" and "pattern" are equal regardless of null terminators.