Home | History | Annotate | Download | only in re2

Lines Matching full:backspace

1361     // the Perl word-boundary \b as a backspace
1364 // means backspace. We don't support that:
1365 // if you want a backspace embed a literal
1366 // backspace character or use \x08.