Skip to content
StrContainsChar

StrContainsChar

Description

Check whether the string contains a matching character. Same contract as VecContains, specialised for the char element.

Parameters

Name Direction Description
str in String to search.
chr_ptr in Pointer to the character value to search for.
compare in Comparator returning 0 for equality.

Success

Returns true when at least one matching character exists.

Failure

Returns false when no character matches.

Usage example (Cross-references)

Usage examples (Cross-references)
No external code usages found in the scanned files.
Last updated on