Re: Regular Expression help



asadikhan@xxxxxxxxx wrote:
> Hi,
>
> I want to create a regular expression. I have come up with something
> like this:

snip

> (Scan)*(Val)(Rel)(QualValRel)*

you probably want to learn more about ^ and $ or other anchors
(beginning of word for example)

Jan

.