RE: Removing a string from within a string

2003-02-25 Thread Mark Anderson
>> 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,

RE: Removing a string from within a string

2003-02-25 Thread Wagner, David --- Senior Programmer Analyst --- WGO
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