xpblueScreenOfDeath
Programmer
- Sep 1, 2004
- 87
I need a regular expression that would find all tags between two phrase or a phrase and a carriage return. For example:
Test1/this is just a test
Test2/abc da da da Test Phase/sssss
I want to be able to get "this is just a test" by matching "Test1/" and a carriage return but I also want to be able to find "abc da da da" by matching "Test2/" and "Test Phase/". What is a regular expression that would work for this.
Test1/this is just a test
Test2/abc da da da Test Phase/sssss
I want to be able to get "this is just a test" by matching "Test1/" and a carriage return but I also want to be able to find "abc da da da" by matching "Test2/" and "Test Phase/". What is a regular expression that would work for this.