|
|
Browse by Tags
All Tags » extraction
-
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 ...
-
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 ...
-
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 ...
-
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 ...
-
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 ...
-
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 ...
-
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 ...
|
|
|