mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07:00
parent
bb4a668ddd
commit
fe9dc131bc
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue