|
|
Browse by Tags
All Tags » regex
Showing page 1 of 8 (76 total posts)
-
Here is a string that I wan to find
"some string some other one blah bla \"hello world \" "
also should match
"some string some other one
blah bla \"hello world \" "
also
""
in conclusion I wantto detect all string which can be multiple lines also have
\"
inside of that string.
I ...
-
hello,
i would like to parse out a domain name from an a href tag. the href tag could be anything, as i am parsing through xml that could hold any kind of url in it, depending on who is entering the data on the other end.
what i am doing is parsing out the domain name from a string such as this:
<a ...
-
Hey,
I have very basic problem. I want a Regex to validate a fieldvalue which should either be of 11 digits or 15 digits.
I am using "\d{11}|\d{15}" as pattern but the problem is it gives values as "VALID" if they contain 11 or > 11 digits, gives invalid only in case where digits are less than ...
-
Hi there,
After hours of searching i found nothing that worked. I've got the following string and i want to match all parts between single quotes. It has to deal with user input so the next example is valid: (the both outer double quotes are to show what the sentence is)
"hello world, this is a 'quoted string' using ...
-
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 every one .. I want to parse product name , price from source kod of web site by using C#. Example in that code I want to take PANASONIC BB-HCM515CE CCD MEGAPIKSEL POE VIDEO, 838,8 € + KDV,2.081,52 YTL,Havaleye %3 İndirim: with 2.019,07 YTL. But that code is not just between the ...
-
Hello, I'm modifying some code that scans through an html document, and converts YouTube links to a URL of our server with $replacement1+ the YouTube ID as a URL parameter "url" (which you can see in the last line). Everything seems ok, I just can't figure out the line for $pattern1. I've tried probably 100 things ...
-
Hello,
I have a text that goes like this:
[LETTER]<FIRST_NAME>[@LAST_NAME@]_[ADDRESS]_<SEX>
[] means that this part in brackets is NOT obligatory
<> - means that his part in brackets is obligatory
And possibilities go like this:
LETTER- can be L (like Local), C (like Custom) or F. When LETTER is F (like ...
-
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 ...
1 ...
|
|
|