You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would capturing '@(\d+)' be a way of visualizing relationships to tags?
An experimental generic regex argument would be best (use at your own risk, I suppose)
On the forums, Magnus asked for links of the form
§201906202320
. The patternPAT_LINK = re.compile(r'\§(\d+)')
could work.Accepting wiki links would also be nice.
The text was updated successfully, but these errors were encountered: