Got more questions? Find advice on: ASP | SQL | XML | Windows
Welcome to RegexAdvice Sign in | Join | Help

Re: Issues with percentage signs in URL redirection

  •  01-10-2009, 1:24 AM

    Re: Issues with percentage signs in URL redirection

    Hi,

     

    Found a way...

    The unusual string of characters eg: "%e2%80%93" can simply be matched with a "(.+)" (no quotes) 

    I'm sure there's a better way but I'm new to regex and I'm happy that I'm now able to redirect the URL's that I want to. 

    Regards,

     R
     

View Complete Thread