Files
ladybird/Userland/Libraries/LibC/string.h
Julian Offenhäuser 463ab21305 LibC: Add strcasestr()
strcasestr() behaves exactly like strstr(), except it ignores case for
both inputs. This function is a nonstandard extension.
2023-02-08 19:06:42 +00:00

2.2 KiB