S
Str8goofE
http://www.example.com/store/product.jsp?boat&ID=Z12345&NXT=product.jsp
I need to extract only the ID (Z12345) from this URL. The ID will always start
with a "Z" and also will be exactly 6 characters long (Z - 1 character, number
- 5 characters).
How can I extract only this 6 character ID?
Many Thanks!
I need to extract only the ID (Z12345) from this URL. The ID will always start
with a "Z" and also will be exactly 6 characters long (Z - 1 character, number
- 5 characters).
How can I extract only this 6 character ID?
Many Thanks!