- 1
Multiple quotes
How to check if characters enclosed in multiple quotes (more than 3) form a valid string? Ex. ''''@'''' , '''''&''''' etc.
1 Answer
- 1
Jan Markus Thanks. But I wanted to know how the interpreter evaluates it. Is there any precedence between the three quote types..?