I'm trying to parse a string and pluck a bit of text, but my regex
isn't working :( Here's a sample string:

(msg:"My Message Here"; content:"My Content Here";)

I want to return My Message Here.

And here's my regex:

refindnocase("msg:[[:print:]]+;", mystring)

I'm using print as mystring may contain any printable characters.

This returns 0 as the position. Any ideas?

Ian
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to