|
|
Browse by Tags
All Tags » regex
Showing page 1 of 13 (125 total posts)
-
Hi (sorry for my english),
i have a problem with my rewrite rule.
This URLs:
www.mydomain.com/area/state/region/city/month
www.mydomain.com/area/state/region/month
www.mydomain.com/area/state/region/type/month
www.mydomain.com/area/state/region/city/type/month
the problem is in the middle because it is ...
-
Thank you Susan for help and clear explanation.
And sorry for "sdf" parts :)
-
Hi.
I have a string of words like:
A sdfsdf hi sdfsdf sdfsdf hi sdf sdfsdf sdf all asdfsdf ljlksdjf asdfsdf hi sdfasdf sadfsdf hi sdafsdf sdfsdf sdfsdf all.
I need to match two closes words "hi" and "all".
I've tried use "(hi).*?(all)" but it matches all "hi" until "all" and I need only ...
-
I need help creating a regular expression for a user input on an asp.net page with c# code behind.
I have a textbox where a user can enter a directory path; which i then use to save certain files at. they can enter a local directory, a directory on network, server or an ftp site. so for example these are valid ...
-
Hi, I use <!--((?!(house|car))(.|\s))*--> to search for a html comment that does not include either house or car. However, this seems to be extremely resource-intensive (I use it within a wiki[pedia] editing software that supports regexp) as longer comments lead to cpu load +50% and eventually make the software crash. Is there perhaps a ...
-
Hello,
I am looking for a .NET regex to find a 4-digit year in a string and replace it with nothing, but ONLY if the string itself it is not
a 4-digit year.
For example:
Budget 2009 - would return Budget
1997 - would return 1997
a20091b - would not do anything because there are 5 digits in a row
a2001b - would return ab
a20b08c - ...
-
Hi
I want a regexp to check that every open parenthesis has a closed parenthesis.
thank you in advance
-
Hi,
I'm trying to figure out how to create a regex for the following:
firstname;lastname
firstname and lastname:
- the following chars: ...
-
This is about a strange behavior IE shows for a regex matching Im trying to do.
Here is a password matching expression Im trying to use for matching the below conditions.
Must contain minimum 8 to 20 characters, mandatorily including one letter and number
May include only one of the following special characters: %,&, _, ?, ...
-
I am writing a script that modifies a given string to an applicable string. THis string is a list of users, which may be given in several different formats, and then modify that string to a standard that Active directory will recognize.
This is being used for adding multiple users to group mailboxes, dist lists, security group ...
1 ...
|
|
|