Posts by Roger Wolff • 55 points
3 posts
- 
		1 votes1 answer206 viewsQ: How to select a text that does not have a certain term in the middle?I am trying to select a part of an HTML code with Regex but I am not able to do the correct regular expression, someone could give a help? I need to select the groups of <li> separately, i.e.,… 
- 
		2 votes1 answer320 viewsQ: How to create a user friendly URL with undefined number of parametersHello, would anyone know how to do this regular expression in . htaccess? I need to make the URL pattern friendly in this format: http://dominio.com.br/usuario/joao.json… 
- 
		2 votes1 answer470 viewsA: Friendly URL with variable parameterTried that? RewriteRule ^categoria\/([a-z0-9-]+)\/([a-z0-9-]+)(\/([a-z0-9-]+))?\/?$ categoria.php?idc=$1&nome=$2&pg=$4 [NC] So you put one group inside the other and make the parent… phpanswered Roger Wolff 55