Skip to content

Instantly share code, notes, and snippets.

@sysnucleus
Created June 16, 2019 06:07
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/29ea65f04062cbab18abc3b4743a0aa7 to your computer and use it in GitHub Desktop.
Save sysnucleus/29ea65f04062cbab18abc3b4743a0aa7 to your computer and use it in GitHub Desktop.
RegEx to extract email/phone from eBay sellers page
id="email"[\s\S]*?cell_value">([^<]*)
id="phone_number"[\s\S]*?cell_value">([^<]*)
@thetalhakhan
Copy link

the code doesnt work anymore

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment