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 9
Title Test Details Pattern Title
Expression
(((0[1-9]|[12][0-9]|3[01])([/])(0[13578]|10|12)([/])([1-2][0,9][0-9][0-9]))|(([0][1-9]|[12][0-9]|30)([/])(0[469]|11)([/])([1-2][0,9][0-9][0-9]))|((0[1-9]|1[0-9]|2[0-8])([/])(02)([/])([1-2][0,9][0-9][0-9]))|((29)(\.|-|\/)(02)([/])([02468][048]00))|((29)([/])(02)([/])([13579][26]00))|((29)([/])(02)([/])([0-9][0-9][0][48]))|((29)([/])(02)([/])([0-9][0-9][2468][048]))|((29)([/])(02)([/])([0-9][0-9][13579][26])))
Description
This is the Brazilian Date Format. DD/MM/YYYY with the right days per month. Dates >=1900 <=2999.
Matches
29/02/2004 | 31/01/1900 | 31/01/2999
Non-Matches
29/02/2003 | 12042004 | 20/04/04
Author Rating: The rating for this expression. Felipe Albacete
Title Test Details Pattern Title
Expression
(^\d{3,5}\,\d{2}$)|(^\d{3,5}$)
Description
Expression to validate values to fields Decimal 5,2 or 5 numbers. values >=100,00 <=99999,99 100,00=100 5000,00 = 5000
Matches
100,00 | 100 | 99999,99
Non-Matches
99,99 | 999999 | 1,00
Author Rating: The rating for this expression. Felipe Albacete
Title Test Details Pattern Title
Expression
(((0[123456789]|10|11|12)([/])(([1][9][0-9][0-9])|([2][0-9][0-9][0-9]))))
Description
This is an new data Validation to MM/YYYY from 1900 to 2999 this is an validation expression to Client From MOnth/Year.
Matches
01/1900 | 10/1990 | 12/2999
Non-Matches
1/1900 | 12/1899 | 01/3000
Author Rating: The rating for this expression. Felipe Albacete
Title Test Details Pattern Title
Expression
(^(\d{3}.\d{3}.\d{3}-\d{2})|(\d{11})$)
Description
Validação de CPF Brasileiro com ou sem os divisores.
Matches
00000000000 | 123.456.789-98 | 12345678998
Non-Matches
0000.000.000-00
Author Rating: The rating for this expression. Felipe Albacete
Title Test Details Pattern Title
Expression
(^\d{3,4}\-\d{4}$)|(^\d{7,8}$)
Description
Formato de Telefone Brasileiro, sem o DDD
Matches
1111-9865 | 111-9856 | 11119865
Non-Matches
111111 | 1111111111 | 1111 9865
Author Rating: The rating for this expression. Felipe Albacete
Title Test Details Pattern Title
Expression
^\s*[a-zA-Z0-9&\-\./,\s]+\s*$
Description
Validação para letras maiusculas e minusculas sem acentos, incluinto os caracteres . - & e /
Matches
A-9 | b&56-8.2
Non-Matches
*u7 | R$25.12
Author Rating: The rating for this expression. Felipe Albacete
Title Test Details Pattern Title
Expression
(^(\d{2}.\d{3}.\d{3}/\d{4}-\d{2})|(\d{14})$)
Description
Expressão para a Validação do CNPJ contendo ou não os caracteres de separação . e /.
Matches
00.000.000/0000-00 | 00000000000000
Non-Matches
000.000.000/0000-00
Author Rating: The rating for this expression. Felipe Albacete
Title Test Details Pattern Title
Expression
((([7-9])(\d{3})([-])(\d{4}))|(([7-9])(\d{7})))
Description
Expressão para a Validação de Telefones Celulares sem o DDD valida celulares com inicio igual a 7,8 e 9.
Matches
9999-9595 | 88888787 | 7777-6589
Non-Matches
44445555 | 2222-9658 | 22223658
Author Rating: The rating for this expression. Felipe Albacete
Title Test Details Pattern Title
Expression
[1-9][0-9]
Description
DDD Brasileiro no Formato de 2 digitos não é aceito zero na primeira casa
Matches
11 | 12 | 19
Non-Matches
01 | 00
Author Rating: The rating for this expression. Felipe Albacete
   Displaying page 1 of 1 pages; Items 1 to 9

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