"CPT John W. Holmes" wrote:
> From: "Adam i Agnieszka Gasiorowski FNORD" <[EMAIL PROTECTED]>
>
> > No, no spaces between letters (otherways
> > it would be very easy, indeed). So there is
> > no way to match the "space between alphanumeric
> > chars" and split on it? I was trying to avoid
>
From: "Adam i Agnieszka Gasiorowski FNORD" <[EMAIL PROTECTED]>
> No, no spaces between letters (otherways
> it would be very easy, indeed). So there is
> no way to match the "space between alphanumeric
> chars" and split on it? I was trying to avoid
> the loop solution.
Of course there is. In
Wouter van Vliet wrote:
> On vrijdag 5 december 2003 12:23 Burhan Khalid told the butterflies:
> > Adam i Agnieszka Gasiorowski FNORD wrote:
> >
> > > How would you specify a regex to
> > > convert string into array using preg_split?
> > > Is there some symbol specyfying a place between le
On vrijdag 5 december 2003 12:23 Burhan Khalid told the butterflies:
> Adam i Agnieszka Gasiorowski FNORD wrote:
>
> > How would you specify a regex to
> > convert string into array using preg_split?
> > Is there some symbol specyfying a place between letters ?
> >
> > s t r i n g => a
Adam i Agnieszka Gasiorowski FNORD wrote:
How would you specify a regex to
convert string into array using preg_split?
Is there some symbol specyfying a place
between letters ?
s t r i n g => array('s', 't', 'r', 'i', 'n', 'g')
^ ^ ^ ^ ^
You can access a string's characters
On Friday 05 December 2003 19:08, Adam i Agnieszka Gasiorowski FNORD wrote:
> How would you specify a regex to
> convert string into array using preg_split?
> Is there some symbol specyfying a place
> between letters ?
>
> s t r i n g => array('s', 't', 'r', 'i', 'n', 'g')
> ^ ^ ^
6 matches
Mail list logo