Extract just URL using Regular Expressions

3 次查看(过去 30 天)
Hello everyone, does anyone of you know how to extract just the urls? x should provide a 1X3 cell array containing: {'www.lichess.org'} {'www.bing.com'} {'www.google.com'}
regularexpression = '';
script = ['I <I>used</I> <B>to</B> visit <THE> website <A HREF=www.lichess.org>twice a day</A>. ' ...
'Visit <I>the website</I> <A HREF=www.bing.com>or alternatively</A> just <A HREF=www.google.com> for more information</A>.']
x = regexp(script,regularexpression,'match')

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 String Parsing 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by