We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 461e9d6 + 41b7887 commit 6658eedCopy full SHA for 6658eed
re.h
@@ -51,11 +51,11 @@ re_t re_compile(const char* pattern);
51
52
53
/* Find matches of the compiled pattern inside text. */
54
-int re_matchp(re_t pattern, const char* text, int* matchlength);
+int re_matchp(re_t pattern, const char* text, int* matchlength);
55
56
57
/* Find matches of the txt pattern inside text (will compile automatically first). */
58
-int re_match(const char* pattern, const char* text, int* matchlength);
+int re_match(const char* pattern, const char* text, int* matchlength);
59
60
61
#ifdef __cplusplus
0 commit comments