|
|
Browse by Tags
All Tags » ASP.NET » C#
-
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 all,
I'm attempting to create a custom regex expression in ASP.Net and could use a little help.
I need to create a Regex to rewrite the URL’s in the /profiles/ section of my WorkoutBOX the site. Here are some examples of what I need done:
Rewrite ...
-
Hi
I'm currently working on a ASP.NET project where i want to replace sertain words with a link ex. "all your base are belong to us, is a cool phrase" if I want to replace the letter a as in "a cool phrase" with <a href="/#mylink">a</a> i want the new string to look like this, "all your base ...
-
Hi all, I have a get a piece of text from a document and I don't find the way to it with a singular regEx.
The text has the following ...
-
Hi I need a regular expression for email validation, it should excldue the email addresses with the following special characters.
\|/,;<> and spaces.
The rule for validating the email is : Email address must contain a single @, one or more periods, and any standard characters with the exception of spaces and the ...
-
I'm trying to create a regex that has the following requirements:
1. must be at least 7 characters in length
2. must contain at least 1 digit
3. must contain at least 1 lowercase letter
4. must contain at least 1 uppercase letter
5. must contain at least one of the following symbols: = ! $ % ^ & +
6. It must reject any word that ...
|
|
|