Home > Mobile >  Use regular expressions to extract information from a URL
Use regular expressions to extract information from a URL

Time:03-03

How to get page id by URL in Flask?

http://localhost/page34
http://localhost/page35

I want the word "page" to be fixed with a letter or number next to it representing the page, how do I do this?

CodePudding user response:

Adapted from this enter image description here

  • Related