|
|
@@ -43,6 +43,7 @@ export class DevidedPagePath {
|
|
|
// for non-chrome browsers
|
|
|
// biome-ignore lint/complexity/useRegexLiterals: ignore
|
|
|
PATTERN_DEFAULT = new RegExp('^((.*)(?<!<)\\/)?(.+)$'); // https://regex101.com/r/HJNvMW/1
|
|
|
+ // biome-ignore lint/correctness/noUnusedVariables: ignore
|
|
|
} catch (err) {
|
|
|
// lookbehind regex is not supported on non-chrome browsers
|
|
|
}
|