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
Showing page 1 of 8 (79 total posts)
  • only the word coming after a value (PHP)

    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" ...
    Posted to Construction Advice (Forum) by sayim on August 24, 2008
  • Help to replace style attribute in html file

    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.
    Posted to Construction Advice (Forum) by qburstras on August 21, 2008
  • 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
  • multiple string with start and end of (") which also can contain (\")

    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 ...
    Posted to Discussion (Forum) by mr.pArseR on July 19, 2008
  • parsing out the domain in an href tag

    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 ...
    Posted to Construction Advice (Forum) by reizorlove on July 2, 2008
  • Re: Problem with ?= , ^ and $ in VBScript

    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 ...
    Posted to Construction Advice (Forum) by gur on June 27, 2008
  • Matching quotes strings with escaped quotes with multiple occurances

    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 ...
    Posted to Construction Advice (Forum) by badgerx on June 2, 2008
  • Need an expression to find all text between numeric identifiers

    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 ...
    Posted to Construction Advice (Forum) by RandyHJ on May 13, 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
1 2 3 4 5 Next > ... Last »