lichess.org
Donate

How to extract the CLK tag of PGN

or maybe just remove all whitespaces with a first regex and then extract the time with a second.
nah, just ''.join(comment.split()) which performs faster than a regex. Then match for the time string.

This topic has been archived and can no longer be replied to.