|
|
Browse by Tags
All Tags » C# » regex » regexp
-
Hello, I am using C# in Visual Studio 2008. I have a text file of the entire Bible that I am wanting to either put into a database or write to an XML document. The format of the text is as follows with comments in C# single line comment style to the right of the actual text (example: Genesis //book ...
-
<meta name="keywords" content="IBM 7976KAG SYSTEM X3400 QC 1.60GHZ 2GB 3X73,sunucular, server, markalı sunucular, markalı server, hp sunucular, hp, ibm, ibm sunucular, ibm server, century server, century sunucular">
<meta name="description" content="Fiyat:1879$+KDV | Kdv Dahil:2.877,95YTL | Havale ile %3 ...
-
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 ...
-
OK. Stick with me here. It is going to take me a few to explain this.
I am writing a small application in VB.NET. The ultimate task is to make a web browser, within a web browser. Basically, You open IE, FireFox, Safari, or whatever browser you like and go to the web application I am building. At the top of the web page, I have a tool bar, ...
-
What is a C# regex pattern to match only the items in Group 2? The only requirement is that the pattern must check if the last group passed is group 2 - it cannot look ahead and check that it is before group 3 or 4 (because the order of groups can change). In this example, it should return Items D, E, J and K.
Group 1
Item A
Item B
Item C
Group ...
-
Hello, I'm having difficulty creating a C# regex pattern to get the matches from this webpage. I only want the matches for Division B.
The pattern I currently have is below. I'm sure this is very inefficient and it is not complete. The website may change it's formatting so I want to ignore the contents of the <td>, <p> ...
-
Hi,
I have a Regex to validate password by following conditions:
1. password must be between 8 and 10 characters
2. contain at least one one letter and one digit
3. not contain leading and trailing blanks
But if the first character is numerical, my regex failed, other cases are ok. Can anyone help me out. Thanks a lot!
Here ...
|
|
|