Hi all,
I am new here and this is my first post. I need your help in building a regex for a pattern something like /abc-hi-123-page-3
I need to extract only the 123 as my output. This one is basically a website page pattern. I am trying to learn from extracting numbers using websites. Please help.
What would be the expression which would extract only the number "123"
Thanks,
Jms12.
Hi Need help. New here
Moderator: General Moderators
Re: Hi Need help. New here
Code: Select all
(?<=-)\d+(?=-)