Thursday, September 10, 2009

C# Expresiones Regulares

Teoria elemental, con busqueda de tags HTML para obtener tags, nombre de atributos con sus valores y contenido del tag.

http://es.wikipedia.org/wiki/Expresi%C3%B3n_regular

http://www.subgurim.net/Articulos/asp-net-general/14/expresiones-regulares-introduccion.aspx

http://www.subgurim.net/Articulos/asp-net-general/20/expresiones-regulares-como-trabajarlas-con-asp-net.aspx

http://www.elguille.info/regexp/regExp01.aspx

Recursos:

http://sourceforge.net/projects/regulator/

No comments:

Python3 version alternatives and virtual environments

Solving multiple python installation:   sudo update-alternatives --install /usr/ bin /python3 python3 /usr/ bin /python3 .5 1 sudo update...