I want to search a string and extract the substring between Marker 1 and Marker 2. Marker 1 and Marker 2 are different.
What is the best way to do this?
My first though is reqular expression but is there a way to treat a string like an object in like in java
If there is a way is it worth pursuing.
At the moment I believe Regular expressions are the best way to do perform these operations.
In reply to Extracting a substring from HTML by richill
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |