View Single Post
  #5  
Old 10-03-2013, 07:50 AM
 
marinvalentin marinvalentin is offline
 

Newbie
  
Join Date: Oct 2013
Posts: 4
 

Default Re: Clean Url first letter

This :

to_field.value = from_field.value.replace(/[\&]/g, '-and-').replace(/[^a-zA-Z0-9._-]/g, '-').replace(/[-]+/g, '-').replace(/-$/, '').toLowerCase();;

works for me

Thank you!
__________________
X-Cart v4.6
Reply With Quote