Open CrunchyNachos1 opened 2 weeks ago
Can someone tell me which Regex expression I should use to remove the bracket and the numbers inside it? I don't know how to find the expressions
Using the "Regex Filter" extension (placed before the translation extension ideally), the following regex should work:
[ ]((?:[ ]\d)+[ ])
Can someone tell me which Regex expression I should use to remove the bracket and the numbers inside it? I don't know how to find the expressions