I need to pull a string, by Regex, all content that is not equal to the CNPJ.
Ex:
Line 1 - > 123 - EMPRESA CICLANO101 30.589.587/0001-87
Line 2 - > 4567 - FULANO LTDA28.819.917/0001-31
Line 3 - > 90 - ComPANHIA DEDE 77.282.198/0001-78
The CNPJs are always at the end of the string, and the above examples happen. I'm using Pentaho's "Replace in String."