Hi
I have 8 possible URL structures that I need to check in my javascript code and then run a function if the current page meets the correct criteria.
There are 8 possible variations of the URL and all will include the keyword questions, so the first check needs to isolate and identify if the current page has the keyword 'questions' in its structure :-
I am only interested in the latter (URL structure8) which will always have the keyword 'questions' in the url followed by a forward slash (/) and then a number from 1 to 9.
How can I write a js instr / regex function that can determine on page load if the page url matches the format of option 8 above.
Hope someone can help!
Thanks
Jonathan