Little_Ghost
New Member
- Joined
- Dec 13, 2010
- Messages
- 48
I've been reading around and found all kinds of problems that where like the one I'm having, but none of the solutions worked for me.
I have a list with lines liek these:
****** name="email" content="dl-departmentmailbox">
<p><a href="mailto:dl-departmentmailbox">dl-departmentmailbox</a></p>
<li><a href="http://holidayplanner/cgi-bin/scheduele.pl?config=dl-all-deps">dl-all-deps</a></li>
<form name="PlanningRequest" method="post" enctype="text/plain" action="mailto:dl-planningrequest@mycompany.com?subject=Planning Request">
What I want/need to do is go through those strings and look for the part that starts with "dl-".
Then I need to copy/extract that + whatever is behind it.
I can't find a way to do it because the leading characters differ as do the ones at the back and the position and length of the string it need to find.
Is there an (easy) way to do this??
Kind regards
I have a list with lines liek these:
****** name="email" content="dl-departmentmailbox">
<p><a href="mailto:dl-departmentmailbox">dl-departmentmailbox</a></p>
<li><a href="http://holidayplanner/cgi-bin/scheduele.pl?config=dl-all-deps">dl-all-deps</a></li>
<form name="PlanningRequest" method="post" enctype="text/plain" action="mailto:dl-planningrequest@mycompany.com?subject=Planning Request">
What I want/need to do is go through those strings and look for the part that starts with "dl-".
Then I need to copy/extract that + whatever is behind it.
I can't find a way to do it because the leading characters differ as do the ones at the back and the position and length of the string it need to find.
Is there an (easy) way to do this??
Kind regards