I got a problem using Rexexp in Java. The example code writes out ABC_012_suffix_suffix, I was expecting it to output ABC_012_suffix
ABC_012_suffix_suffix
ABC_012_suffix
Pattern rexexp = Pattern.compile("(.*)"); ...