pre now does case insensitive matching if case_sensitive=off is set

This commit is contained in:
Krasimir Angelov
2023-02-23 10:21:50 +01:00
parent 35e47b9fac
commit f40072a5f4
4 changed files with 34 additions and 2 deletions
+3
View File
@@ -17,6 +17,9 @@ void texticmp(PgfText *t1, PgfText *t2, int res[2]);
PGF_INTERNAL_DECL
bool textstarts(PgfText *t, PgfText *prefix);
PGF_INTERNAL
bool textistarts(PgfText *t, PgfText *prefix);
PGF_INTERNAL_DECL
PgfText* string2text(const char *s);