Page 1 of 1

Is there a way to fix the DOM besides pure string matching

PostPosted: Mon Oct 23, 2023 7:57 am
by OliverG
Morning.

OK, eValid can manipulate the DOM and that's good, but what about when I need to use some formula other than a pure string match?

Do you have a way to accomplish this?

Thank you.

Re: Is there a way to fix the DOM besides pure string matchi

PostPosted: Tue Oct 24, 2023 10:44 am
by eValid
OliverG wrote:Morning.

OK, eValid can manipulate the DOM and that's good, but what about when I need to use some formula other than a pure string match?

Do you have a way to accomplish this?

Thank you.


Thanks for asking about that, OliverG.

The answer is to generalize the description of the string that you're interested in and you do that by using a "Regular Expression".

Here is an explanation of regular expressions, also called REs, that give the syntax eValid recognizes: http://e-valid.com/Products/Documentati ... yntax.html

Basically, you can use an RE anywhere you could put a string and it'll work.


-- eValid Support