
October 15th, 2012, 08:05 AM
|
|
Registered User
|
|
Join Date: Oct 2012
Posts: 3
Time spent in forums: 45 m
Reputation Power: 0
|
|
Quote: | Originally Posted by Jacques3 Hi,
regexes are the wrong approach for this. If I understand you correctly, you want to make sure that certain URL parameters are given and others not.
The server language you're using (whatever that is) is much better suited for this kind of task. The parameters are probably parsed automatically (in PHP, for example, they're in the $_GET array). So you can do some simple checks directly on the parameters and don't need to write your own home-made URL parser. |
Thanks for the quick response, but the problem is i have to check it with Regex and it's not an option to script it.
If it really is impossible, i have to find an other solution..
But thanks anyway!
|