[jit.str.regxp] won't parse alphanumeric strings.

Yiannis Ioannides's icon

I'm building a weather-based project on Max 6. Now, everything goes great so far. But I need to parse this entire string: "query": "Athens, Greece" (quotes included) If I wanted to extract just "Athens, Greece", I'd normally write:

jit.str.regexp @re ""query": "..""

If I was to parse a number, it works great. But it doesn't parse alphanumerics for some reason. I also tried a simple string: "NNE" but it doesn't work. Any ideas?

Thanks,
Yiannis

4556.weatherTest.png
png