home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 624768744

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/datasette/issues/761#issuecomment-624768744 https://api.github.com/repos/simonw/datasette/issues/761 624768744 MDEyOklzc3VlQ29tbWVudDYyNDc2ODc0NA== 9599 2020-05-06T16:59:01Z 2020-05-06T16:59:01Z OWNER

Maybe use a negative lookahead assertion? https://docs.python.org/3/library/re.html#index-20

(?!...)

Matches if ... doesn’t match next. This is a negative lookahead assertion. For example, Isaac (?!Asimov) will match 'Isaac ' only if it’s not followed by 'Asimov'.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
613467382  
Powered by Datasette · Queries took 0.982ms · About: github-to-sqlite