Re: split regex
- From: shawn.corey@xxxxxxxxxxxx (Shawn Corey)
- Date: Thu, 15 Dec 2005 09:35:17 -0500
Umesh T G wrote:
I tried like this, where $line='*Options=-a"hello" -mt -ml3 -i"dir1\dir2" -k -p -i"dir3\dir4" -m'*
This line won't compile. Which of the following is it?
$line='Options=-a"hello" -mt -ml3 -i"dir1\dir2" -k -p -i"dir3\dir4" -m';
$line='*Options=-a"hello" -mt -ml3 -i"dir1\dir2" -k -p -i"dir3\dir4" -m*';
Please test your code before posting.
--
Just my 0.00000002 million dollars worth, --- Shawn
"Probability is now one. Any problems that are left are your own." SS Heart of Gold, _The Hitchhiker's Guide to the Galaxy_ .
- References:
- split regex
- From: Umesh T G
- Re: split regex
- From: John Doe
- Re: split regex
- From: Umesh T G
- split regex
- Prev by Date: Re: split regex
- Next by Date: Re: split regex
- Previous by thread: Re: split regex
- Next by thread: Equal length ID numbers
- Index(es):
Relevant Pages
|