Home | History | Annotate | Download | only in regex

Lines Matching full:tolower

5374 	preg->translate[i] = ISUPPER (i) ? tolower (i) : i;