Loading...
Searching...
No Matches
Given a string of the format '?blah?', will return true when compared against a string that matches appart from any characters that are '?' in the original string.
More...
#include <pattern.h>
Detailed Description
Given a string of the format '?blah?', will return true when compared against a string that matches appart from any characters that are '?' in the original string.
Equivalent to doing a regex match on '.blah.'
Definition at line 20 of file pattern.h.
Constructor & Destructor Documentation
◆ patternt()
Member Function Documentation
◆ operator==()
Friends And Related Symbol Documentation
◆ operator!=
◆ operator==
Member Data Documentation
The documentation for this class was generated from the following file:
- /home/runner/work/cbmc/cbmc/jbmc/src/java_bytecode/pattern.h