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

Browse by Tags

All Tags » extraction
  • extracting sentences and uses from one message and compose new mails for all users with relevant sentences

    Hi, We have a control system, which sends automated messages in the following syntax:     ##TO admin, user1, user2 message1 ##TO user2, user4 message2 ##TO user5 message3   I think the syntax is obvious. From this message I need to create as many messages as many different users are after the ##TO fields. In this case ...
    Posted to Construction Advice (Forum) by zorden on October 26, 2010
  • Text extraction html

    Hi, I am trying to extract text from the following block <td> <a href="http://myspace.com/xxxxxxx">link value</a>This is a text </td> in following way. What I need is that I should be able to extract "This is a text"  I am able to do it in 2 regex pattern match, is it possible to do it using ...
    Posted to Construction Advice (Forum) by nirvana74v on August 11, 2010
  • Parse a URL after .asp?

    I'm new to regex so please forgive if the solution is really simple. I need a plain expression that matches or extracts (not sure if I'm using the correct terminology) a string of 8 digits from the end of a URL. I need to insert the expression into an off-the shelf software application that will compile various types of lists for ...
    Posted to Construction Advice (Forum) by quioui on May 4, 2010
  • Help on extract url and image

    Hello how's everyone doin'? I need help with the regular expression in PHP (using preg_match_all) that would extract the url and the image of these two: <A HREF="movie1.mpg"><img name="movie1" src="images/tn_01.jpg" width="320" height="240" border="0" alt="Play ...
    Posted to Construction Advice (Forum) by esthon_wood on June 25, 2008
  • Help on extract url and image

    Hello how's everyone doin'? I need help with the regular expression in PHP (using preg_match_all) that could extract the url and the image of these two: <A HREF="movie1.mpg"><img name="movie1" src="images/tn_01.jpg" width="320" height="240" border="0" alt="Play ...
    Posted to Construction Advice (Forum) by esthon_wood on June 25, 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
  • pulling specific variable from querystring URL

    Hi, I am using PHP5 on a XAMP installation. I am trying to extract a specific variable from a querystring (which is stored in my MySQL DB) The format of the string is always consists of the same parameters (p, x & y), however sometimes they could be in a different order. A sample querysting is below and I am ...
    Posted to Construction Advice (Forum) by sanmi on February 12, 2008