matches |
Determine if a pattern matches a string |
|
strcmp |
Compare strings |
|
strcmpi |
Compare strings (case insensitive) |
|
strncmp |
compares the first n characters of a string (case sensitive) |
|
strncmpi |
Compare the first n characters of a string (case insensitive ) |
|