in reply to Re: Using array slices during string matching
in thread Using array slices during string matching

Guys,

thank you!

I admit I got the wrong idea with the 'array slices' term, and simply using a string of letters with no spaces inbetween ie:

$group1 = 'ABCDE'; $group2 = 'FGHIJ';
is what i should do.

Cheers
Sam