Definition:
int ap_strcasecmp_match(const char *str, const char *exp);
Usage example:
No examples available.
Matches str to exp. '*' can be used for any number of characters, and '?' can be used for any single character.
Returns 1 for success, 0 for failure, and -1 for abort. Deprecated, use newer regex functions instead.
Previous: ap_status_drops_connection
Next: ap_strcasestr
Table of Contents
(Routines,
Structures,
Data Cells,
Constants)