StringSearch.matches

Tells whether "str" and "pattern" are equal regardless of null terminators.

struct StringSearch(bool wide_char = false)
static
bool
matches

Parameters

str Char[]

str to compare to "pattern"

pattern Char[]

comparison pattern for "str"

Return Value

Type: bool

true on match or false otherwise

Meta