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 (76 total posts)
  • 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
  • Need help writing a regex to convert a YouTube Embed URL.

    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 ...
    Posted to Construction Advice (Forum) by liwii on April 15, 2008
  • Need help with 5 part complex letter regex

    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 ...
    Posted to Construction Advice (Forum) by bear007 on April 14, 2008
  • Catching a multiline text block

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