J
James
Does anybody know of a simple open source parser I can use to do simple
String comparisons that are slightly more involved then a standard
inString, for example with Ands, Ors and Nots in.
For example if the users enter expressions in the format "A && !(B ||
C)" then it should compare a given String to see if it contains the
substring 'A' and neither of the substrings 'B' or 'C'.
Failing that does anybody know a simple way to write such a parser?
String comparisons that are slightly more involved then a standard
inString, for example with Ands, Ors and Nots in.
For example if the users enter expressions in the format "A && !(B ||
C)" then it should compare a given String to see if it contains the
substring 'A' and neither of the substrings 'B' or 'C'.
Failing that does anybody know a simple way to write such a parser?