| Store | Cart

Regex Match Problem

From: bdwise <brad...@hotmail.com>
10 Mar 2004 07:17:12 -0800
I have this in my body tag:

something();something();
document.thisForm.textBox1.focus();something();

And I want to find a part between the semicolons that ends in focus()
and remove the entire value between the semicolons.

My Regular Expression looks like this but it is not matching, can
anyone help?

";([^.]*).focus()"


Thanks.

Recent Messages in this Thread
bdwise Mar 10, 2004 03:17 pm
David MacQuigg Mar 10, 2004 05:04 pm
Garry Knight Mar 10, 2004 07:03 pm
Garry Knight Mar 10, 2004 07:25 pm
Messages in this thread

Previous post: Reading from stdin
Next post: Reading from stdin