Find links of website

2 visualizaciones (últimos 30 días)
Nikolaos
Nikolaos el 13 de En. de 2014
Comentada: Nikolaos el 13 de En. de 2014
I want to put input my website's url and to find the url of links included in the home page. Is it possible??

Respuesta aceptada

Azzi Abdelmalek
Azzi Abdelmalek el 13 de En. de 2014
You can use urlread with regexp function
  1 comentario
Nikolaos
Nikolaos el 13 de En. de 2014
Let's say I ahve the following part of text. This text is the result of urlread.
class="gkcol first" style="width: 200px;"<ul class="gkmenu level1"><li class="first"><a href=" /index.php/forex-basics/forex-charts " class=" first" id="menu127" title="Forex Charts"><span class="menu-title">Forex Charts</span></a></li><li >
How to find the link that is this?
www.4xigsystems.com/index.php/forex-basics/forex-charts
I understand thet befor / is easy to add domain, but how to find after the slash?

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre String Parsing en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by