Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Trabjerg

  1. Trabjerg

    JavaScript Expression Help

    Hi! Well your solution seems to work, but since I use FileMatch in Apache, I learned how FileMatch really works. :-) Anyway, I found a less advanced solution, and this works for now. ^v\d+.\d+$ Thank you for all your help -M
  2. Trabjerg

    JavaScript Expression Help

    Ahh.... so nice. Thanks. I will test this tomorrow. And thanks for the explanation. -M
  3. Trabjerg

    JavaScript Expression Help

    Thanks Is this what you meant? /([\w\d\.*\/)*([^\.]*)./ig] I can't make it react on regexpal.com What do you mean about pattern? Thanks -M
  4. Trabjerg

    JavaScript Expression Help

    Hi! I'm using http://regexpal.com to create a JavaScript expression that I can use to validate a url. ^.*/[^\.]*$ The above approves the following /myproduct/v2.2/hub/device_session.pdf But I don't want it to approve the last .pdf, since this will allow ALL extension, and earlier in the...

Part and Inventory Search

Back
Top