captcha question return a {a|b}
Hi,
var={a|b}
Then var will be set to "a", or "b". Right?
But, if var=%question%
and if question_captcha_solver return {a|b}
Will it return "{a|b}" ? or maybe "a" or "b"
Comments