| setappfwconfidfield_isregex |
Use this method to set method of specifying the form field name. Available settings function as follows: * REGEX. Form field is a regular expression. * NOTREGEX. Form field is a literal string. |
Syntax |
Parameters |
fieldname |
Name of the field to modify. This is mandatory parameter. |
url |
URL of the web page that contains the web form. This is mandatory parameter. |
isregex |
Method of specifying the form field name. Available settings function as follows:
* REGEX. Form field is a regular expression.
* NOTREGEX. Form field is a literal string. Default value = NS_NOTREGEX. Possible Values : REGEX, NOTREGEX. |
Return Value |
Returns simpleResult |
See Also |