Generates string constraints for function comparing strings, such as: equals, equalsIgnoreCase, compareTo, hashCode, intern. More...
Go to the source code of this file.
Generates string constraints for function comparing strings, such as: equals, equalsIgnoreCase, compareTo, hashCode, intern.
Definition in file string_constraint_generator_comparison.cpp.
Returns an expression which is true when the two given characters are equal when ignoring case for ASCII.
Definition at line 92 of file string_constraint_generator_comparison.cpp.