mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 06:01:33 -06:00
@@ -130,7 +130,7 @@ window.qBittorrent.MultiRename ??= (() => {
|
||||
regexFlags += "i";
|
||||
|
||||
// Setup regex search
|
||||
const regexEscapeExp = new RegExp(/[/\-\\^$*+?.()|[\]{}]/g);
|
||||
const regexEscapeExp = /[/\-\\^$*+?.()|[\]{}]/g;
|
||||
const standardSearch = new RegExp(this._inner_search.replace(regexEscapeExp, "\\$&"), regexFlags);
|
||||
let regexSearch;
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user