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)