Relative Content

Tag Archive for python-3.xregex

How to get a next line after a match using python regex

I’m relatively new to python and writing a code to get to the next line after a python regex match.
I looked into the examples like https://regex101.com/r/dQ0gR6/1 and after match, get next line in a file using python bit could not achieve what i intend to capture.