mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-08-18 20:49:30 +02:00
Updated version, standardized quotes, deleted test_page
This commit is contained in:
@@ -85,7 +85,7 @@ class App {
|
||||
|
||||
escapeRegEx(String s) {
|
||||
return s.replaceAllMapped(RegExp(r'[.*+?^${}()|[\]\\]'), (x) {
|
||||
return "\\${x[0]}";
|
||||
return '\\${x[0]}';
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user