Page 1 of 1

How eValid deals with Regular Expression and when to use it

PostPosted: Thu Jul 21, 2022 7:44 am
by MWyllie
Hi.

Please tell all about eValid and Regular Expressions?

Where can I use them and how do I write them?

Thanks in advance.

Re: How eValid deals with Regular Expression and when to use

PostPosted: Fri Jul 22, 2022 10:12 am
by eValid
MWyllie wrote:Hi.

Please tell all about eValid and Regular Expressions?

Where can I use them and how do I write them?

Thanks in advance.


Thanks for posting MWyllie.

Here is the manual page for Regular Expressions (RE's).

You typically need RE's when using the site analysis engine to map a website and you want to include a special section wherein the page has a text matching a RE.

http://e-valid.com/Products/Documentati ... yntax.html

Note: You can't use a RE to specify an Xpath -- if that's what you're asking.

eValid uses a different approach for accessing the DOM, as many posts in the form will attest.


-- eValid Support