mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 12:59:56 -07:00
parent
bb4a668ddd
commit
fe9dc131bc
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ window.qBittorrent.MultiRename ??= (() => {
|
||||||
regexFlags += "i";
|
regexFlags += "i";
|
||||||
|
|
||||||
// Setup regex search
|
// Setup regex search
|
||||||
const regexEscapeExp = new RegExp(/[/\-\\^$*+?.()|[\]{}]/g);
|
const regexEscapeExp = /[/\-\\^$*+?.()|[\]{}]/g;
|
||||||
const standardSearch = new RegExp(this._inner_search.replace(regexEscapeExp, "\\$&"), regexFlags);
|
const standardSearch = new RegExp(this._inner_search.replace(regexEscapeExp, "\\$&"), regexFlags);
|
||||||
let regexSearch;
|
let regexSearch;
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue