Boost logo

Boost Users :

From: John Maddock (john_at_[hidden])
Date: 2005-01-10 08:01:33


> I want to do a search for a regular expression for '$':Matches the end of
> the string.
> e.g.: 'script$' should select vbscript as well as javascript.
> How can I do this?

I'm not entirely clear on what you are trying to do, but how about:

(?:vbscript|javascript)$

John.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net