With string http://www.example.com/section_one/index.html
how can I return index
using RegExp?
P.S.: Returning index.html
is accepted too.
How to find current page url (like "index.html")?
1.1k views Asked by Parzh from Ukraine At
2
With string http://www.example.com/section_one/index.html
how can I return index
using RegExp?
P.S.: Returning index.html
is accepted too.
You can try the following. Fiddle