Ho do I parse this to remove all leading entry like "iso.org.dod.internet.private......." all the way to second last word? like rPDU2DeviceConfigName ?
Something needs to be done in filter section can't figure out which filter to use. as string will be different for each OID that I will get.
That says anything (.*) followed by a dot, followed by one or more characters that are not dots, followed by a dot, followed by one or more characters that are not dots, followed by the end of the string. So it matches foo.1, foo.2, or even foo.bar
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.