How to do a Search in a gchar

how to do a search in a gchar without distinguishing between uppercase and lowercase letters.

glibc has strcasestr(), but you’ll probably get surprising results when used with non-ASCII strings.

2 Likes

Thank you very much it worked correctly

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.