Jump to content
UBot Underground

Regex Code To Scrape This?


Recommended Posts

Hi,

i have regex builder , but i failed to make a scraper to get this code

 

Text: 

 

 

.......on the sign in screen:
 
614520
 
This One Time password.........
 
 
 
NOTE: there is empty lines between the two texts & i hope there is a way to scrape it without removing those empty lines because it could get complicated in the next scraping
NOTE2: i tried the 6 digits regex code but the thing, the email has multiple numbers like this
Link to post
Share on other sites

if the data always displays this way look at the page source and locate whats before and after the data that you need,, use the get text between function to read that block of data into a variable and pick it apart from there

Link to post
Share on other sites
  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...