We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a9a3e5 commit 45d66a6Copy full SHA for 45d66a6
rrex4.h
@@ -558,7 +558,6 @@ static void r4_validate_word_boundary_start(r4_t *r4) {
558
}
559
r4->valid =
560
isalpha(*r4->str) && (r4->str == r4->_str || !isalpha(*(r4->str - 1)));
561
- printf("<<%d>>\n", r4->valid);
562
if (r4->in_range || r4->in_block) {
563
return r4->valid;
564
0 commit comments