Regex YouTube channel link
I’m looking for a Javascript regex which is able to extract the channel identifier of a YouTube channel link. I’ve found some solutions on Stackoverflow but I’m still missing a solution which is also capable to work with the YouTube channel alias (e.g. https://www.youtube.com/@youtubecreators) So the regex should be able to match following URLs: https://www.youtube.com/c/coca-cola… Read More Regex YouTube channel link