Nibbler::backN
- Added a method to support multi-byte backstep through a string. - Added unit tests.
This commit is contained in:
@@ -93,6 +93,8 @@ public:
|
||||
bool skipRx (const std::string&);
|
||||
#endif
|
||||
|
||||
bool backN (const int quantity = 1);
|
||||
|
||||
void getRemainder (std::string&);
|
||||
|
||||
char next ();
|
||||
|
||||
Reference in New Issue
Block a user