at://redsolver.dev/app.bsky.feed.post/3k7w2cqzix72c

Back to Collection

Record JSON

{
  "$type": "app.bsky.feed.post",
  "createdAt": "2023-09-21T15:23:03.454Z",
  "facets": [
    {
      "features": [
        {
          "$type": "app.bsky.richtext.facet#link",
          "uri": "https://regex101.com/"
        }
      ],
      "index": {
        "byteEnd": 253,
        "byteStart": 232
      }
    }
  ],
  "reply": {
    "parent": {
      "$type": "com.atproto.repo.strongRef",
      "cid": "bafyreigf5l23knudwmtv6mdqsvlfnounhm3mw2r2v44sq5cwnbebxxv7rq",
      "uri": "at://did:plc:lnxbuzaenlwjrncx6sc4cfdr/app.bsky.feed.post/3k7vva4hq2m2b"
    },
    "root": {
      "$type": "com.atproto.repo.strongRef",
      "cid": "bafyreigf5l23knudwmtv6mdqsvlfnounhm3mw2r2v44sq5cwnbebxxv7rq",
      "uri": "at://did:plc:lnxbuzaenlwjrncx6sc4cfdr/app.bsky.feed.post/3k7vva4hq2m2b"
    }
  },
  "text": "I just checked your RegEx, the first invert one has a bug. There's an extra space character in front of the whole thing, so it never worked for posts which don't have a space before one of the excluded terms. You can use tools like https://regex101.com/ to check why your RegEx doesn't work."
}