mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-11-01 13:53:28 +01: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