Using a Non-Capturing Group (regex + python)
Using a Non-capturing Group: regex + python
This question was asked on stackoverflow and it appeared that the best way to match the expression will be to use a non-capturing group.
[#so-question]: https://stackoverflow.com/questions/61882072/python-regex-findall-function-only-returning-matchings-o...
Submitted by anonymous - 5 years ago