if(possTape.matches("{\\(\\d+,\"[^:=;@\"\\)\\(\\{\\}\\[\\]]+\"\\)(,\\(\\d+,\"[^:=;@\"\\)\\(\\{\\}\\[\\]]+\"\\))+}"))
But what does this mean? I tested this regex on regexpal (with settings made so that it works like Java), but I can't see where there is illegal repetition?
source
share