>> I have another problem, I have a string of nicknames that looks like:
>>
>> $mystring1 = "nick1,nick2,nick3,nick4,nick5";
>>
>> I've asked this question before, but because of my bad regex
>> knowledge, I'm asking again, but this time in a slightly different
>> context. The last time I asked,
dan wrote:
> Hey again.
>
> I have another problem, I have a string of nicknames that looks like:
>
> $mystring1 = "nick1,nick2,nick3,nick4,nick5";
>
> I've asked this question before, but because of my bad regex
> knowledge, I'm asking again, but this time in a slightly different
> context. The