Anonymous | Login | 2024-09-07 14:17 UTC |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||||||
ID | Category | Severity | Type | Date Submitted | Last Update | |||||||
0001818 | [Issue 8 drafts] System Interfaces | Comment | Enhancement Request | 2024-02-25 17:39 | 2024-02-25 17:39 | |||||||
Reporter | alanc | View Status | public | |||||||||
Assigned To | ||||||||||||
Priority | normal | Resolution | Open | |||||||||
Status | New | Product Version | ||||||||||
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. | |||||||||||
Attached Files | ||||||||||||
|
There are no notes attached to this issue. |
Mantis 1.1.6[^] Copyright © 2000 - 2008 Mantis Group |