feat: exported the BinaryStream API
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
#include "Global.h"
|
||||
#include <regex>
|
||||
#include <vector>
|
||||
|
||||
bool isInteger(const std::string& str) {
|
||||
std::regex pattern("^[+-]?\\d+$");
|
||||
|
||||
Reference in New Issue
Block a user