bool matchRegex

(const string &sString,
  const string &sPattern)

Check string against regular expression.

Documentation

Check string against regular expression. This function checks if the string sString matches the regular expression sPattern and returns the boolean result.

Alphabetic index



This page was generated with the help of DOC++.