Query: case_lowers
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
case_lowers(3) Library Functions Manual case_lowers(3)NAMEcase_lowers - compare strings case-insensitivelySYNTAX#include <case.h> void case_lowers(char* s);DESCRIPTIONcase_lowers converts each 'A' to 'a', 'B' to 'b', ..., 'Z' to 'z' for each character in s until the first .SEE ALSOcase_lowerb(3) case_lowers(3)
| Related Man Pages |
|---|
| strncasecmp_l(3) - mojave |
| strcasecmp_l(3) - mojave |
| strcasecmp(3) - freebsd |
| case(3) - debian |
| strncasecmp_l(3) - freebsd |
| Similar Topics in the Unix Linux Community |
|---|
| How can I do this in VI editor? |
| One instance of comparing grep and awk |
| Find columns in a file based on header and print to new file |
| My first PERL incarnation... Audio Oscillograph |