Toggle navigation
PRO Sitemaps
Standalone Generator
About Sitemaps
News
SEO Tools
Sitemap Generator Forum
Guest
Login
Register
Menu
Home
Help
Search
Login
Register
XML Sitemaps Discussions Category
/
PRO Sitemap Generator Service
/
How to parse only numbering URLs
Competitor Analysis Tool:
Analyze rival websites and gain valuable SEO and PPC insights
« previous
next »
Pages:
1
gyijiro
3
How to parse only numbering URLs
«
on:
January 19, 2016, 09:21:56 AM »
Hello.
I am using dynamic php site.
I want to parse only URLs end with number like...
1) /7666543
2) /movie/54333
How can I make this work?
Logged
XML-Sitemaps Support
11781
Re: How to parse only numbering URLs
«
Reply #1 on:
January 19, 2016, 11:20:31 AM »
Hello,
you can use this:
/\d\d*$
Logged
Oleg Ignatiuk
https://www.xml-sitemaps.com
Send me a Private Message
SEM and SEO Reports, more than 45M domains
: The world's leading Competitive Intelligence Tool for digital marketing.
gyijiro
3
Re: How to parse only numbering URLs
«
Reply #2 on:
January 19, 2016, 01:36:06 PM »
Thabks by the way can u let me know
What is d? and other wildcards
Logged
XML-Sitemaps Support
11781
Re: How to parse only numbering URLs
«
Reply #3 on:
January 19, 2016, 04:04:43 PM »
"\d" means the digit (0-9) and \d* any number of digits.
[ External links are visible to logged in users only ]
Logged
Oleg Ignatiuk
https://www.xml-sitemaps.com
Send me a Private Message
SEM and SEO Reports, more than 45M domains
: The world's leading Competitive Intelligence Tool for digital marketing.
Pages:
1
« previous
next »