Skip to content

Commit 4a538d2

Browse files
author
thk123
committed
Adding comments on the non-standard patternt
1 parent 9bfe177 commit 4a538d2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/java_bytecode/java_bytecode_convert_method.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ Author: Daniel Kroening, kroening@kroening.com
4545
#include <unordered_set>
4646
#include <regex>
4747

48+
/// Given a string of the format '?blah?', will return true when compared
49+
/// against a string that matches appart from any characters that are '?'
50+
/// in the original string. Equivalent to doing a regex match on '.blah.'
4851
class patternt
4952
{
5053
public:

0 commit comments

Comments
 (0)