Python re to separate some data values
Henry Gessau
henry.gessau at acm.org
Wed Apr 28 18:35:08 EDT 2021
On 4/28/2021 17:57, Bruce Labitt wrote:
> I've looked in https://www.w3schools.com/python/python_regex.asp,
> https://docs.python.org/3/library/re.html,
> https://docs.python.org/3.8/howto/regex.html,
> https://www.guru99.com/python-regular-expressions-complete-tutorial.html#2,
> https://www.makeuseof.com/regular-expressions-python/, and
> https://www.dataquest.io/blog/regular-expressions-data-scientists/ and
> https://realpython.com/regex-python/
You've missed the best site of all for regexes: https://regex101.com
Indispensable for developing and debugging regexes.
Here is my 2-minute attempt: https://regex101.com/r/jGu82j/1
More information about the gnhlug-discuss
mailing list