Regex question using IIS7's URL Rewrite module?

You can use split EDIT Just as an example, in javascript, you can use this: Something/param1/something/param2/something/param3/something/something2/". Split(/(^/+)\/(^/+)/) And this returns an array: "", "Something", "param1", "/", "something", "param2", "/", "something", "param3", "/", "something", "something2", "/" So, you need just a loop to get correct information.

You can use split. EDIT Just as an example, in javascript, you can use this: "Something/param1/something/param2/something/param3/something/something2/". Split(/(^/+)\/(^/+)/) And this returns an array: "", "Something", "param1", "/", "something", "param2", "/", "something", "param3", "/", "something", "something2", "/" So, you need just a loop to get correct information.

Unfortunately, I can't use split using the URL Rewrite Module. I want to keep most of the URL rewriting to server side as much as possible. – MikiRei Aug 25 '10 at 6:20.

I'm using URL Rewrite module in IIS7 and using the User Friendly URL Rule template. My problem is, how can I make it dynamic? Though there is a finite amount of params I have in my query string, I really don't want to make, for example, if I have 6 params, 6 separate rewrite rules (and the reverse applied).

But that doesn't seem to work. Any help would be greatly appreciated.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions