Skip to content

Instantly share code, notes, and snippets.

@andriitishchenko
Last active May 19, 2023 20:03
Show Gist options
  • Save andriitishchenko/efdfd869cb99b0f7fe1eb022f3c213b0 to your computer and use it in GitHub Desktop.
Save andriitishchenko/efdfd869cb99b0f7fe1eb022f3c213b0 to your computer and use it in GitHub Desktop.
regex example words ignoring

"\b(?!id|lat|lon|name|species).+"\b.+

   {

        "id": 5780529316,        <--- skip
        "lat": 51.0364421,       <--- skip
        "lon": -114.0614200,     <--- skip
        "historic": "memorial",
        "inscription": "Pte John George Pattison V.C.\nCitation",
        "memorial": "plaque",
        "openplaques:id": "49823",
        "name":"Who am I",       <--- skip
        "species":"some description here"       <--- skip
    },
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment