|
|
Browse by Tags
All Tags » regex
Showing page 1 of 8 (79 total posts)
-
Hi,
I am learning regex nowadays.
Now, i am stuck because i cant find how to do it anywhere.
I need to retrieve a word coming after a value.
For example, i need to retrieve the value of the PPFT below:
<input type="hidden" name="PPFT" id="i0327" ...
-
Hi,
I have to examine a HTML page
for more than one inline style attribute inside a single HTML tag. Then
I have to concatenate all of those styles in the single tag into one.
Anyone please help with the regular expression and the way to do this.
Thanks.
-
Hi I am looking for a way I can use regex with grep (unix) or textpad (windows) to look information from specific lines.
Currently my application logs lots of information and logs are very huge. I need to look for specific words to locate if that is the particular line I am looking for.
Words are like "NOAM.CORP.COM", "TOTAL" ...
-
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 ...
1 ...
|
|
|