Re: [SPAM DETECT] split and grouping in regexp
- From: xaviermasr@xxxxxx (Xavier Mas)
- Date: Mon, 30 Oct 2006 02:34:17 +0100
A Dimarts 31 Octubre 2006 02:22, Daniel Kasak va escriure:
my ( $yyyy, $mm, $dd ) = split /(-|\/)/, $yyyymmdd;
split function can't accept an expression on its syntax, only a character as
separator field.
--
Xavier Mas
.
- Follow-Ups:
- Re: [SPAM DETECT] split and grouping in regexp
- From: Arnaldo Guzman
- Re: [SPAM DETECT] split and grouping in regexp
- From: Uri Guttman
- Re: [SPAM DETECT] split and grouping in regexp
- References:
- split and grouping in regexp
- From: Daniel Kasak
- split and grouping in regexp
- Prev by Date: split and grouping in regexp
- Next by Date: Re: split and grouping in regexp
- Previous by thread: split and grouping in regexp
- Next by thread: Re: [SPAM DETECT] split and grouping in regexp
- Index(es):
Relevant Pages
|
|