Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need Regex #1339

Open
CrunchyNachos1 opened this issue Oct 13, 2024 · 1 comment
Open

Need Regex #1339

CrunchyNachos1 opened this issue Oct 13, 2024 · 1 comment

Comments

@CrunchyNachos1
Copy link

Screenshot (230)
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

@voidpenguin-28
Copy link

voidpenguin-28 commented Oct 22, 2024

Using the "Regex Filter" extension (placed before the translation extension ideally), the following regex should work:

[  ]((?:[  ]\d)+[  ])

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants