/noop $regex(text,/>([a-z]*)\:/i)

That will store (capture) the text in $regml. Your example shows a space after '>' which will change it to

/noop $regex(text,/>\s([a-z]*)\:/i)

Btw, if you need more help feel free to drop by #Regex on Undernet. There's almost always someone around to help out with simple stuff.

Last edited by Thrull; 01/02/07 10:59 AM.

Yar