| 88 |
return false (because the empty string is not a valid number): |
return false (because the empty string is not a valid number): |
| 89 |
.sp |
.sp |
| 90 |
int number; |
int number; |
| 91 |
pcrecpp::RE::FullMatch("abc", "[a-z]+(\\d+)?", &number); |
pcrecpp::RE::FullMatch("abc", "[a-z]+(\e\ed+)?", &number); |
| 92 |
.sp |
.sp |
| 93 |
The matching interface supports at most 16 arguments per call. |
The matching interface supports at most 16 arguments per call. |
| 94 |
If you need more, consider using the more general interface |
If you need more, consider using the more general interface |