WelcomeUser Guide
ToSPrivacyCanary
DonateBugsLicense

©2024 Poal.co

613

Match: \[(https?://.*?) (.*?)\]

Replace with: [\2](\1)


Some software (e.g. different text editors, programming languages and other tools) might have a slightly different implementatios of regular expressions (e.g. “$” dollar sign instead of “\” backslash for text group replacements). Adapt it, if necessary.

## Match: `\[(https?://.*?) (.*?)\]` ## Replace with: `[\2](\1)` ---- Some software (e.g. different text editors, programming languages and other tools) might have a slightly different implementatios of regular expressions (e.g. “`$`” dollar sign instead of “`\`” backslash for text group replacements). Adapt it, if necessary.

(post is archived)

[–] 1 pt

You might want to post this in /s/programming

[–] 0 pt

Thanks for the recommendation.

Should I post it again there, or do you want to move it there?

[–] 1 pt

Moved, since it's a very specific post. ;)