mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 15:24:35 +01:00
fix: disk parse
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
import 'dart:convert';
|
||||
|
||||
abstract final class Miscs {
|
||||
/// RegExp for number
|
||||
static final numReg = RegExp(r'\s{1,}');
|
||||
|
||||
static final blankReg = RegExp(r'\s+');
|
||||
|
||||
/// RegExp for password request
|
||||
|
||||
Reference in New Issue
Block a user