mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
[bugfix] Use re2 syntax for regex validation (#2978)
This commit is contained in:
@@ -154,7 +154,7 @@ function PermDeets({
|
||||
// with this regular expression prepopulated.
|
||||
const testParams = new URLSearchParams();
|
||||
testParams.set("regex", perm.regex);
|
||||
testParams.set("flags", "g");
|
||||
testParams.set("flags", "gm");
|
||||
testParams.set("testString", testString);
|
||||
const regexLink = `https://regex101.com/?${testParams.toString()}`;
|
||||
|
||||
|
Reference in New Issue
Block a user