in reply to Re: Using array slices during string matching
in thread Using array slices during string matching
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:
is what i should do.$group1 = 'ABCDE'; $group2 = 'FGHIJ';
Cheers
Sam
|
|---|