home / github / issue_comments

Menu
  • GraphQL API

issue_comments: 722070569

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions issue performed_via_github_app
https://github.com/simonw/sqlite-utils/issues/196#issuecomment-722070569 https://api.github.com/repos/simonw/sqlite-utils/issues/196 722070569 MDEyOklzc3VlQ29tbWVudDcyMjA3MDU2OQ== 9599 2020-11-05T01:38:40Z 2020-11-05T01:38:40Z OWNER I'm going to try `re.VERBOSE` to see if I can make this readable with comments. https://docs.python.org/3/howto/regex.html ```python charref = re.compile(r""" &[#] # Start of a numeric entity reference ( 0[0-7]+ # Octal form | [0-9]+ # Decimal form | x[0-9a-fA-F]+ # Hexadecimal form ) ; # Trailing semicolon """, re.VERBOSE) ``` {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} 736520310  
Powered by Datasette · Queries took 0.777ms