git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@29792
ac1ea38d-2e2b-0410-8846-
a27921b304fc
\r
String test = rvi;\r
if(indexes != null && !indexes.isEmpty()) {\r
- String regexIndexes = indexes.trim().replaceAll("\\b_\\b", "[a-zA-Z0-9_]*"); // Why was there was ".replace('.', ',')" ? - Removed by Teemu 2.9.2012\r
+ String regexIndexes = indexes.trim().replaceAll(":", "[a-zA-Z0-9_]*"); // Why was there was ".replace('.', ',')" ? - Removed by Teemu 2.9.2012\r
test = rvi + "\\[" + regexIndexes + "\\]";\r
} else {\r
test = rvi + "(\\[.*\\])?";\r