30.04.2015, 04:16
You escape any character by doing \c (replace c with the character of your choice).
Also
"p<,\">is[32]iis[32]iixxi"
Can't work.
1. It's P if your using 2 specifiers.
2. '"text", 50'
Check this, it's gonna try to get the string for the first ", which is why the first " should be ignored, then its gonna try to get a param between " and , because they are right next to each other and thats gonna throw a warning.
Also
"p<,\">is[32]iis[32]iixxi"
Can't work.
1. It's P if your using 2 specifiers.
2. '"text", 50'
Check this, it's gonna try to get the string for the first ", which is why the first " should be ignored, then its gonna try to get a param between " and , because they are right next to each other and thats gonna throw a warning.