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

regex loop #5

Open
github-187 opened this issue Jan 26, 2023 · 1 comment
Open

regex loop #5

github-187 opened this issue Jan 26, 2023 · 1 comment

Comments

@github-187
Copy link

Hi there :)
Is there any way to loop the expression?
I need to replace any whitespace in an URL with %20 for Links to windows folders.
image
RegExp to find: ([.])((.) (.*))
Replaced by: $1$2%20$3

Or is there a way to do this within one expression?
Thank you in advance for your help

@Medullitus
Copy link

İs there Someone here ??

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