Regular expressions and engine recognition priority
Me again :P
Fast 2 questions,
1. I can use regular expressions in engines right?
for example to fill input that allways have different name but its lenght is 33 signs so i can use:
.{33}=%captcha%
for example right?
2. if I have 2 engines, and one script can be recognized by both of them, can I set priority for first engine to process that site?
Fast 2 questions,
1. I can use regular expressions in engines right?
for example to fill input that allways have different name but its lenght is 33 signs so i can use:
.{33}=%captcha%
for example right?
2. if I have 2 engines, and one script can be recognized by both of them, can I set priority for first engine to process that site?
Comments
1. No, it's not supported sorry
2. Yes by just duplicating one line of "page must haveX".
how can i specify few names for some input?
is it correct?:
*message*|*nachricht*=%blog_comment%
best is to name them directly
message=...
if that is not present SER tries masks and then you should set it per mask not join them with |.
*nachricht*=%blog_comment%
*message*=%blog_comment%
?