Report a bug
If you spot a problem with this page, click here to create a Bugzilla issue.
Improve this page
Quickly fork, edit online, and submit a pull request for this page.
Requires a signed-in GitHub account. This works well for small changes.
If you'd like to make larger changes you may want to consider using
a local clone.
core.sys.posix.strings
D header file for POSIX's .
Note
Do not mistake this module for
License:
Authors:
Mathias 'Geod24' Lang
Standards:
The Open Group Base Specifications Issue 7, 2018 edition
Source core/sys/posix/strings.d
- public import core.sys.posix.locale :
locale_t
; - pure nothrow @nogc @safe int
ffs
(inti
); - Find first bit set in a word
- nothrow @nogc int
strcasecmp
(scope const char*s1
, scope const char*s2
); - Compare two strings ignoring case
- nothrow @nogc int
strcasecmp_l
(scope const char*s1
, scope const char*s2
, scope locale_tlocale
); - Compare two strings ignoring case, with the specified locale
- nothrow @nogc int
strncasecmp
(scope const char*s1
, scope const char*s2
, size_tn
); - Compare two strings ignoring case, up to n characters
- nothrow @nogc int
strncasecmp_l
(scope const char*s1
, const char*s2
, size_tn
, locale_tlocale
); - Compare two strings ignoring case, with the specified locale, up to n characters
Copyright © 1999-2024 by the D Language Foundation | Page generated by
Ddoc on (no date time)