prolog::regexp/3

regexp(+ RegExp,+ String,+ Opts)*

Match regular expression RegExp to input string String according to options Opts. The options may be:

  • nocase: Causes upper-case characters in String to be treated as lower case during the matching process.

Private-func:

1. prolog::regexp_3::regexp/3(int ARG1, int ARG2, int ARG3)():