Python Splitting a string on multiple delimiters
When I was creating the page in my Scrapli and Flask Project for Multicast details. I had a requirement to split a string on multiple delimiters. As always Stack Overflow came to aid me. The “show ip mroute” plain text output from the Nexus switch uses multiple delimiters for new lines, three specifically: “\n, \n\n, […]
Python Splitting a string on multiple delimiters Read More »