in reply to finding data in a string
how could i make it so that it gets both strings between Hello and goodbye$string = "stuff, Hello the name of this site is perlmonks.org, goodby +e./n stuff Hello my name is bob, goodbye."
does the /n return make a difference@newarray = (" the name of this site is perlmonks.org, ", " my name is + bob, ")
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: finding data in a string
by I0 (Priest) on Aug 21, 2001 at 03:14 UTC | |
|
Re: Re: finding data in a string
by E-Bitch (Pilgrim) on Aug 21, 2001 at 02:37 UTC |