Earlier today I was surprised to realize that matcher.replaceAll("$2") works whereas matcher.replaceAll(matcher.group(2))doesn't work (as intended).
I thought that both refer to the same thing: The string matched by the pair ...
I have to parse the following sample output. The requirements are there should be no text after Fabric management FPC state: i.e. it should be empty \s. The next part is ...