Skip to content

A simple regular expression example to find what you want on a website and append the text string to the url

Notifications You must be signed in to change notification settings

dinnerisserved/regexappend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

A simple Python script that uses regex to find a string and append the result to a url. 

The regex can be changed to suit what you are looking for. 

A simple example can be: 

1) You find a string of text based on the regular expression in this script (or make one yourself)

2) Perform the necesarry operations on it (simple arithmetics)

3) Append the result to your url of choice

4) Open the new url

Hope someone finds this useful! 

About

A simple regular expression example to find what you want on a website and append the text string to the url

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages