j
k
j a
j l
Any instance of single-quote-double-quote-single-quote (as in the character representation of double-quote) will break the string parsing engine.
Example: while(expr.charAt(j) != '"' && expr.charAt(j) != "'" && j<expr.length){ // code }
Back to the thread
Back to the list