[fxruby-users] ProgressiveSelectTextField
Russell Fulton
r.fulton at auckland.ac.nz
Tue Feb 28 16:58:30 EST 2006
Uwe Hartl wrote:
> Hello,
>
> is somebody interested on something like this? There is a little problem with
> the FXChoiceBox.ask which I just replaced by a
>
> p "Warning"
>
> and I have some difficulties how to quote a "\" and "(" in a regular
> expression but everything else seems to work in here. Can somebody help me
> out here?
"special chars in REs are quoted by prefixing them with a '\' eg
/\w+\\\w+\([^)]*\)/ would match \jadahjasg\fghjagfkj(jgsdfjksdghjkf)
Russell
More information about the fxruby-users
mailing list