Hey, the regex doesn't take into consideration a URL with a blank caption. A blank [] caption is possible and something I require. `/\[([^\]]*)\]\(([^)]+)\)/g` This regex should fix it though
Hey, the regex doesn't take into consideration a URL with a blank caption. A blank [] caption is possible and something I require.
/\[([^\]]*)\]\(([^)]+)\)/gThis regex should fix it though