babp has asked for the wisdom of the Perl Monks concerning the following question:
Hi I want to match following string:
string ====== ERROR: below not seen in Profile: | hwp | path | description | -+-----------+-------------+-------------+- | 1/0/0/0/0 | /dev/tty | TEST | my first match will be: ERROR: below not seen in Profile: 2nd match will be | hwp | path | description | 3rd match will be | 1/0/0/0/0 | /dev/tty | TEST |
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: matching a multi line string with separated by diffrent delimeters
by kennethk (Abbot) on Apr 24, 2012 at 14:30 UTC | |
|
Re: matching a multi line string with separated by diffrent delimeters
by Anonymous Monk on Apr 24, 2012 at 14:26 UTC | |
|
Re: matching a multi line string with separated by diffrent delimeters
by Kenosis (Priest) on Apr 24, 2012 at 15:26 UTC |