Skip to content

Instantly share code, notes, and snippets.

@sysnucleus
Created October 15, 2018 05:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sysnucleus/a5373dbef4b64bd92a806319835cb890 to your computer and use it in GitHub Desktop.
Save sysnucleus/a5373dbef4b64bd92a806319835cb890 to your computer and use it in GitHub Desktop.
RegEx strings to extract listing name, telephone, website and address
[\s]*(.*)
tel: ([^"]*)
title="Website"[\s\S]*?href="([^"]*)
class="col-md-9 company_address"[^>]*>([^<]*)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment