View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001818 | Issue 8 drafts | System Interfaces | public | 2024-02-25 17:39 | 2024-02-25 17:39 |
Reporter | alanc | Assigned To | |||
Priority | normal | Severity | Comment | Type | Enhancement Request |
Status | New | Resolution | Open | ||
Name | Alan Coopersmith | ||||
Organization | |||||
User Reference | |||||
Section | strcasestr | ||||
Page Number | N/A | ||||
Line Number | N/A | ||||
Final Accepted Text | |||||
Summary | 0001818: Add strcasestr() & strcasestr_l() | ||||
Description | strcasestr(), a case insensitive version of strstr(), is a popular extension implemented on many platforms already. Many of them also offer the strcasestr_l() variant to specify the locale to be used for determining matching characters. FreeBSD: https://man.freebsd.org/cgi/man.cgi?query=strcasestr&sektion=3 illumos: https://illumos.org/man/3C/strcasestr Linux (GNU libc): https://man7.org/linux/man-pages/man3/strcasestr.3.html MacOS: https://developer.apple.com/library/archive/documentation/System/Conceptual/ManPages_iPhoneOS/man3/strcasestr.3.html NetBSD: https://man.netbsd.org/strcasestr.3 OpenBSD: https://man.openbsd.org/strcasestr.3 Solaris: https://docs.oracle.com/cd/E88353_01/html/E37843/strcasestr-3c.html | ||||
Desired Action | Add strcasestr() & strcasestr_l() to Issue 9 | ||||
Tags | No tags attached. |