RegExLib.com - The first Regular Expression Library on the Web!

Please support RegExLib Sponsors

Sponsors

Expressions by User

   Displaying page 1 of 1 pages; Items 1 to 3
Title Test Details Pattern Title
Expression
<table>(<tr>((<td>([A-Za-z0-9])*</td>)+)</tr>)*</table>
Description
This accepts html's tables, with rows and colums. Acepta tablas Html, con sus respectivas filas y columnas.
Matches
<table><tr><td>Hello</td></tr></table> | <table></table
Non-Matches
<table><tr></tr>
Author Rating: Not yet rated. Isaac Triguero Velázquez
Title Test Details Pattern Title
Expression
^(958([0-9])+([0-9])+([0-9])+([0-9])+([0-9])+([0-9])+)|(958-([0-9])+([0-9])+([0-9])+([0-9])+([0-9])+([0-9])+)$
Description
it accepts Granada's numbers telephone. Acepta números de teléfono de Granada (españa)
Matches
958467898 | 958475777 | 958321177
Non-Matches
956457878 | 984575757 | 987787898
Author Rating: Not yet rated. Isaac Triguero Velázquez
Title Test Details Pattern Title
Expression
(\s)*(int|void|float|char|double|string)((\s)|(\*))*(\&?)(\s)+([a-z])([a-z0-9])*(\s)*(\()(\s)*((int|void|float|char|double|string)((\s)|(\*))*(\&?)(\s)+([a-z])([a-z0-9])*((\s)*[,](\s)*(int|void|float|char|double|string)((\s)|(\*))*(\&?)(\s)+([a-z])([a-z0-9])*)*)?(\s)*(\))(\s)*;
Description
C++ prototipes. It is necessary to write a \s before a variable or function identifier.
Matches
int * suma(int & x, float * p, string cad) ; ) | char one(); | float * poo(int o);
Non-Matches
string *p();
Author Rating: Not yet rated. Isaac Triguero Velázquez
   Displaying page 1 of 1 pages; Items 1 to 3

Copyright © 2001-2024, RegexAdvice.com | ASP.NET Tutorials