Got more questions? Find advice on: ASP | SQL | XML | Windows
in Search
Welcome to RegexAdvice Sign in | Join | Help

Browse by Tags

All Tags » regex regex regex help
  • fetch lines with two or three words

    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" ...
    Posted to Construction Advice (Forum) by vagic on July 30, 2008
  • parsin html by using regex in c#

    <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 ...
    Posted to Construction Advice (Forum) by caglar26 on April 27, 2008
  • table parsing

    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 ...
    Posted to Construction Advice (Forum) by caglar26 on April 23, 2008
  • Need a regular expression for validating email which should exclude /|\;,<> and spaces

    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 ...
    Posted to Construction Advice (Forum) by bvsuresh_reddy on March 19, 2008
  • Help in writing a regular expression

    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
    Posted to Construction Advice (Forum) by trueharsh on July 31, 2007
  • Re: Regex needed for extracting specific data from URLS/ Objects

    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 ...
    Posted to Construction Advice (Forum) by bepenfriends on July 4, 2007
  • Regex needed for extracting specific data from URLS/ Objects

    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 ...
    Posted to Construction Advice (Forum) by bepenfriends on July 2, 2007
  • URGENT REGEX HELP

    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 ...
    Posted to Construction Advice (Forum) by ant1xxx on May 10, 2007