Duplicate :
|
From http://stackoverflow.com/questions/28703208/strange-exception-with-java8-nashorn-regex-engine jjs> var col0 = " xxxx, xxx xxxxxx xxxxxxxxx xxxxxxx, xxxx xxxxx xxxxx "; jjs> var name = /([^\s]+),(.*)+/.exec(col0); java.lang.ArrayIndexOutOfBoundsException: 64
|