|
|
Browse by Tags
All Tags » regex regex regex help
-
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" ...
-
<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 ...
-
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 ...
-
Hi,
I have a validation criteria which says:
a number cannot start with "000" which is 9 digits in length. And it needs to be in one expression.
Can somebody help me in writing a regular expression for this?
Thank you
-
ddrudik:bepenfriends, instead of having us guess as to what you want to match/exclude etc. and what your source text to test looks like please post some examples.
Hi,
Hope all know about Orkut upload videos method. I am creating an application which also do the same kind of stuff where i allow my user to upload the videos to youtube. As ...
-
Hi All,
I am in need of a regular expression which will extract the required attributes only from a HTML tag.
The tag which i am targetting is <embed>.
Purpose.
I am building a website which will show the user Video clips from Google/youtube/Msn videos / Yahoo videos and other video sharing sites. When we upload a clip in ...
-
Hello
I'm working on a piece of code that checks for "(bla bla number) comments"
Example. If there's a text "86 comments", it would return the number in front of 'comments' string. ie, ' 86 '
My code for this line seems wrong, please help. I'm a young learner. Thanks!
String regex = "\\d ...
|
|
|