Langage :
Dernières news
Toutes les infos
(45164)
Tout .NET Français
(10078)
Tout .NET Anglais
(34991)
Forum
(Nouveau)
Recevoir chaque jour par mail la liste des news de la veille ! (533 inscrits)
Recherche
Dernières recherches
Archives
09/09/2010
(0)
08/09/2010
(9)
07/09/2010
(8)
06/09/2010
(4)
05/09/2010
(2)
La suite...
septembre 2010
(42)
août 2010
(175)
juillet 2010
(160)
juin 2010
(196)
La suite...
Livres
Section Livres
Rechercher un livre :
Les 5 derniers ajoutés
-
Professional Visual Basic 2010 and .NET 4
-
Stephens' C# programming with Visual Studio 2010
-
C# 2008 for programmers
-
Coffret - C# et TFS 2008
-
Coffret - ASP.NET avec C#
News
Toutes les news
(3801)
.NET en Français
.NET en Anglais
Article
Tous les articles
(5657)
.NET en Français
.NET en Anglais
Codes
Tous les codes
(21979)
.NET en Français
.NET en Anglais
Tips
Tous les Tips
(68)
.NET en Français
.NET en Anglais
Ressources
Toutes les ressources
(13659)
.NET en Français
.NET en Anglais
Les sites présents
DotNet-France.com
(51)
DotNet-FR.org
(409)
Tech Head Brothers
(645)
DotNet-Project.com
(404)
C2i.fr
(1295)
ASP-Magazine.com
(1303)
Blog_Shapai.NET
(42)
ASP.NET Daily Articles
(933)
MSDN France
(114)
DotNetJunkies.com
(50)
MSDN .NET
(1075)
4GuysFromRolla
(281)
ASPAlliance
(1217)
DeveloperFusion
(696)
DotNetJohn
(144)
ASP-PHP.net
(324)
DevTips.NET
(95)
Builder.fr
(8)
Dotnet-Tech
(28)
OpenNETcf
(23)
CodeProject.com
(15338)
GotDotNet.com
(1552)
CodeS-SourceS
(4991)
Code101
(18)
vbAccelerator.com
(5)
123AspX
(6040)
DotNetFreaks
(5105)
DotNetToolBox
(32)
RegExLib.NET
(1123)
SharpToolBox
(999)
kbAlertz
(360)
Infos .NET du
RegExLib.NET
Jeudi 29 novembre 2007
Html tag finder
[Source : RegExLib.NET ]
This pattern can find any HTML tag. It supports attributes whose values may be enclosed be...
This pattern can find any HTML tag. It supports attributes whose values may be enclosed between single or double quotes. It aslo support spaces between delimeters.
Mardi 27 novembre 2007
German bank code (bankleitzahl)
[Source : RegExLib.NET ]
Validates the German Bank Code named "Bankleitzahl"...
Validates the German Bank Code named "Bankleitzahl"
Matches any hmtl tag open or close
[Source : RegExLib.NET ]
Very useful to detect if there are pieces of HMTL in a text...
Very useful to detect if there are pieces of HMTL in a text
Counts the number of words in a text
[Source : RegExLib.NET ]
This small regex is useful to count the number of words of a text....
This small regex is useful to count the number of words of a text.
Matches a simple html tag in capturing groups
[Source : RegExLib.NET ]
Gets simple tags without parameters...
Gets simple tags without parameters
Gets an html parameter value of a given tag. url in this case.
[Source : RegExLib.NET ]
Very useful to get a value, Value is in a capture group for best handling....
Very useful to get a value, Value is in a capture group for best handling.
Pseudo-html, gets [a] tag based on [] nomeclature with url parameter
[Source : RegExLib.NET ]
Matches well-formed tags....
Matches well-formed tags.
Pseudo-html, gets tags based on [] nomeclature. allowed: [a], [b], [i], [u] tag in this case
[Source : RegExLib.NET ]
Only matches well-constructed tags....
Only matches well-constructed tags.
Pseudo-html, gets a tag based on [] nomeclature. "b" tag in this case
[Source : RegExLib.NET ]
Checks only for valid ones. Always in lowercase. Separated Tags and contents in three grou...
Checks only for valid ones. Always in lowercase. Separated Tags and contents in three groups for useful handling.
Mercredi 21 novembre 2007
German cellphone (mobile) number
[Source : RegExLib.NET ]
Validates all German area dial code and telephone numbers....
Validates all German area dial code and telephone numbers.
Pattern code
[Source : RegExLib.NET ]
Validates and German area dial code and telephone number....
Validates and German area dial code and telephone number.
Mysql date format
[Source : RegExLib.NET ]
For MySQL Date Time Format...
For MySQL Date Time Format
Mardi 20 novembre 2007
String validation
[Source : RegExLib.NET ]
Validates for string to be atleast 2 char and max 64 char...
Validates for string to be atleast 2 char and max 64 char
Domain validation
[Source : RegExLib.NET ]
validates after dot operator. matches atleast 2 char and max 3 char.www dot is rejected....
validates after dot operator. matches atleast 2 char and max 3 char.www dot is rejected.
Employer identification number (ein)
[Source : RegExLib.NET ]
Accepts valid EIN numbers. It could use a bit of tweaking because these are the current va...
Accepts valid EIN numbers. It could use a bit of tweaking because these are the current valid prefixes allowed. 1, 2, 3, 4, 5, 6, 10, 11, 12, 13, 14, 15, 16, 20, 21, 22, 23, 24, 25, 26, 27, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 65, 66, 67, 68, 71, 72, 73, 74, 75, 76, 77, 80, 81, 82, 83, 84, 85, 87, 88, 90, 91, 92, 93, 94, 95, 98, 99
Dimanche 18 novembre 2007
Ein
[Source : RegExLib.NET ]
This Regular Expression is used to validate the EIN of Employer in US....
This Regular Expression is used to validate the EIN of Employer in US.
Ssn
[Source : RegExLib.NET ]
This RegularExpression is used to validate the US - SSN. This regular expression wont allo...
This RegularExpression is used to validate the US - SSN. This regular expression wont allow characters as well as all zeros
Jeudi 15 novembre 2007
Match if any doctors or phd. or mba
[Source : RegExLib.NET ]
Good way to quickly search for highly educated people in a list or file...
Good way to quickly search for highly educated people in a list or file
Url v2
[Source : RegExLib.NET ]
http://www.url.com || http://url.com || http://first.url.com || https://www.url.com || htt...
http://www.url.com || http://url.com || http://first.url.com || https://www.url.com || https://url.com
Url
[Source : RegExLib.NET ]
http://www.url.com || http://url.com || http://first.url.com || https://www.url.com || htt...
http://www.url.com || http://url.com || http://first.url.com || https://www.url.com || https://url.com
Date notation
[Source : RegExLib.NET ]
Date Format notations. Mostly used in DB applications where rigorous pattern matching for ...
Date Format notations. Mostly used in DB applications where rigorous pattern matching for DATE is required.
Pager number syntax
[Source : RegExLib.NET ]
Requires 10 digit number. Rest is same as email...
Requires 10 digit number. Rest is same as email
Us currency (dollar)
[Source : RegExLib.NET ]
It should be universal regular expression for US currency....
It should be universal regular expression for US currency.
Uk vehicle registration plate / number plate
[Source : RegExLib.NET ]
UK Vehicle Registration Plate / Number Plate format as specified by the DVLA. Accepts both...
UK Vehicle Registration Plate / Number Plate format as specified by the DVLA. Accepts both "Prefix" and "New" style. Allows only valid DVLA number combinations as not all are supported. Registration number must be exactly as is displayed on car, hence all letters must be in uppercase and a space seperating the two sets of characters.
Mercredi 14 novembre 2007
Mail-id validation
[Source : RegExLib.NET ]
It allows only alphanumeric characters and some special symbols like "&",&qu...
It allows only alphanumeric characters and some special symbols like "&",".","-"and"_"before'@'.After'@' symbolagain only alphanumeric character set are allowed.Then there should be a "."and after that it may have either three letter's word or two letter's word with a "."and one more two letter word attached with it. for example: noni@yahoo.com OR noni@yahoo.co.in.
Integer with 1000s separator
[Source : RegExLib.NET ]
Matches whole numbers with the two most common thousands-separators (comma and period). Wi...
Matches whole numbers with the two most common thousands-separators (comma and period). Will not handle decimals.
Rfc compliant uri
[Source : RegExLib.NET ]
RFC compliant. Disallows '.' (period) to be at the front or end, or occurr more than once ...
RFC compliant. Disallows '.' (period) to be at the front or end, or occurr more than once consecutively. It does allow for optional infinite number of sub-domains. However, the total length of the URI has not been enforced: each label must be between 1 and 63 characters long, while the total length of the domain name may not exceed 255 characters. Note that this RegEx does not check the validity of the protocol.
Rfc2822 compliant email address
[Source : RegExLib.NET ]
RFC2822 compliant. Includes all special characters, except for allowance of quoted local-p...
RFC2822 compliant. Includes all special characters, except for allowance of quoted local-part. Also disallows '.' (period) to be at the front or end of local-part, or occurr more than once consecutively. It does allow for optional infinite number of sub-domains. However, the total length of the email address has not been enforced. As per RFC2821 the local-part may have a maximum length of 64 characters, while the domain name may have a maximum length of 255 characters. The domain name part also conforms to RFC standards, with the exception that the lengths are not enforced. Each label must be between 1 and 63 characters long, while the total length of the domain name may not exceed 255 characters.
Lundi 12 novembre 2007
Bra size
[Source : RegExLib.NET ]
Yes, bra sizes can also be tested by regular expressions. The numeric digits represent the...
Yes, bra sizes can also be tested by regular expressions. The numeric digits represent the rib cage circumference, measured under the breast excluding the breast. It MUST be an even number. The letters determine the cup size - AA is the smallest, H (and beyond, which this regular expression does not represent) is the largest. In summary, the cup sizes are determined by the "full chest circumference" (which includes the breast) MINUS the rib cage circumference. Smaller differences are closer to A and larger differences are closest to DDD or F
Dimanche 11 novembre 2007
Longitude
[Source : RegExLib.NET ]
Marine Longitude...
Marine Longitude
Latitude
[Source : RegExLib.NET ]
Marine Latitude...
Marine Latitude
Vendredi 9 novembre 2007
Phone number
[Source : RegExLib.NET ]
This regex matches US and CAN phone numbers with area code and optional 3 or 4 digit PBX e...
This regex matches US and CAN phone numbers with area code and optional 3 or 4 digit PBX extention. It does not check for validity of area code or exchange number, other than for starting with a 0 or 1.
Jeudi 8 novembre 2007
Trimmed alphanumeric plus single spaces
[Source : RegExLib.NET ]
Allows "words" with alphanumeric characters, including the underscore _ characte...
Allows "words" with alphanumeric characters, including the underscore _ character. Disallows leading or trailing spaces, also doubled-up spaces within the text. If you want to disallow the underscore character, you can replace the two occurrences of \w with a-zA-Z
0.00 to 25.00
[Source : RegExLib.NET ]
this is reg expression for 0.00 to 25.00...
this is reg expression for 0.00 to 25.00
Phone number
[Source : RegExLib.NET ]
This expression matches a US phone number with or without the leading 1....
This expression matches a US phone number with or without the leading 1.
Mardi 6 novembre 2007
Percentage
[Source : RegExLib.NET ]
it matches percentage from 1 to 100%. It ignores 0 or 0%. It only support integer matching...
it matches percentage from 1 to 100%. It ignores 0 or 0%. It only support integer matching.
Vendredi 2 novembre 2007
W3c correct datetime pattern with leapyear support
[Source : RegExLib.NET ]
This pattern matches valid w3c compatible datetime values from 1600 to 9999 in the form o...
This pattern matches valid w3c compatible datetime values from 1600 to 9999 in the form of [-]YYYY-MM-DDTHH:MM:SS[.ssss|[[+|-][HH:MM]][Z] also takes into account leap years.
Yyyy-mm-dd validation for dates from 1600 to 9999 with leap year check
[Source : RegExLib.NET ]
This regular expression checks dates from 1600 to 9999 in the form of YYYY-MM-DD also take...
This regular expression checks dates from 1600 to 9999 in the form of YYYY-MM-DD also takes into account leap years tested in PHP with PCRE
Address in minor to major order
[Source : RegExLib.NET ]
This regular expression using named groups was designed for Australian addresses in one li...
This regular expression using named groups was designed for Australian addresses in one line. Any part of an address may be omitted, as long as parts are in minor to major order. It should not be difficult to modify the regular express for analysing multi-line addresses. With a little modification, this regex may work for other postal address formats in minor to major order. The syntax is based on dot Net regular expression. The order is [POBox][ExtAdr][Street][Town][State][PostalCode][Country].
Jeudi 1 novembre 2007
Xml and soap correct time string
[Source : RegExLib.NET ]
This is a pattern that matches the time format as recomended by the w3c for XML formats...
This is a pattern that matches the time format as recomended by the w3c for XML formats
Page 1
Page 2
Page 3
Page 4
Page 5
Page 6
Page 7
Page 8
Page 9
Page 10
Page 11
Page 12
Page 13
Page 14
Page 15
Page 16
Page 17
Page 18
Page 19
Page 20
Page 21
Page 22
Page 23
Page 24
Page 25
Page 26
Page 27
Page 28
Page 29
Forum
Postes à pourvoir en .n...
Probleme d'affichage bo...
Recherche un geek dispo...
Recherche un geek dispo...
Comment imprimer un cri...
Aide crystal report vs ...
Besoin de renseignement...
Probleme de chargement ...
Vb.net(2008)...
Export pdf depuis cryst...
Comment afficher un cha...
Montreal vfx...
Import de donnees de da...
Debuger une dll c++ en ...
Vérification intégrité ...
Urgent, cdi chez editeu...
Urgent, cdi chez editte...
ajouter des users...
Visual studio 2003 : vb...
Les fichiers .ini...
[resolu] impossible de ...
[emploi] ingénieur(e) d...
Message d'erreur...
Vous avez envie de lanc...
Drag and drop...
.net cf datagrid, chang...
Gestion de la persistan...
Offre d'emploi : develo...
Parcourir le disque dur...
C# dll...
Outils de contrôle de s...
Erreur oracle, message ...
Problème de combinatoir...
Sharpwidgetsui, bibliot...
[aspx] [c#] chercher et...
Web.sitemap...
Nous activement recherc...
Chef de projet développ...
Pour les architectes c+...
Pour les architectes c+...
Vous êtes développeurs ...
Pour les architectes c+...
Vous êtes ingénieur en ...
Chat web en asp.net...
Opportunite professionn...
Comment coder un tablea...
Autogeneratepassword et...
forum de discussion en...
Transparence de backgro...
C# communication entre ...
Service windows - arrêt...
Surveillance d'une base...
Expression blend /wpf c...
Demande d'aide pour le ...
Stp ne negligez pas ce ...
redirection vers url e...
Instance d'objet...
Afficher les détails d'...
Agrandir une image et l...
Supprimer en asp.net...
Un problème avec linq...
Image sous sql et dotne...
Plus d'un tp et cours e...
Web garden iis 6.0...
Technoriver barcode .ne...
Configuration serveur s...
Réécrire le code html d...
Couldn'nt resolve syste...
Datagread...
Inserer dans la base de...
Update database...
Plugin subversion pour ...
Acceder aux donnees...
Probleme répertoire vir...
Clementine intl: recher...
Clementine intl: recher...
Excellente opportunité:...
Recherche un développeu...
Fichier introuvable ser...
Pb remplissage listview...
Problème de connexion d...
Architecture n-tier, dé...
Scan ip des pc connecté...
Créer session sous asp....
Ma première migration v...
Application web en vs 2...
Votre aiiiiiiiiiiiiiiii...
Résultat d'une requete ...
Où sont ils...
Checkbox checked proble...
Resolution d'ecran avec...
Dll avec csharp...
Aide à l'inscription...
Transferer des mails da...
Dataset dans visual stu...
Aide sur flash...
Difficulté avec projet ...
Je viens d'avoir le vs....
Gridview | modification...
Page aspx pas affichée ...
Treeview...
Toolbox...
Dnn et les friendlyurl...
Barcode .net control fr...
Attacher une librairie ...
Directoryentry setpassw...
Avantage dotnet & java...
Recherche de sources ty...
Barre de navigation cry...
Gestion d'erreur...
[vb.net]fermeture d'un...
Nouvel outil de generat...
Dotnet.dll...
Probleme avec les msgbo...
Projet...
Simulation de tri shell...
Pour ceux qui sont inte...
Gestion des fichiers xm...
Vs 2005 et win fx ?...
Offre consultant .net...
Vb visual studio 2005 f...
Pocket pc : détection d...
Bdd access...
Sql server management ...
Récupérer le handle d'u...
(dotnet) réception de d...
Déployement de service ...
Connexion à une base de...
Ado et pocket access...
Echec de connexion a ba...
[c++.net] mot de passe...
Informatique simulation...
Informatique simulation...
Variables avec apostrop...
Comment compiler avec i...
Impossible d'utiliser u...
Créer une base access e...
Aide accédant à http://...
Enregistrement richtext...
Compatibilte entre une ...
Format des fichiers dxf...
Publication de 2 projet...
Probleme avec datagrid...
Indicateur code natif o...
Dll commune pour win32 ...
Dll en c++ managé sur p...
Générer un .lib avec un...
Communication série sou...
Iframe et menu déroulan...
Nouvelle version de la ...
Dotnet-project framewor...
Printpreviewdialog...
Nouvelle version de la ...
Mono ? arrivera-t-il à ...
A propos des rubriques...
Uml...
Nouvelle version de la ...
Comment avez-vous décou...
Positionnement du curse...
Bienvenue sur le forum...
[Participer au forum]
Publicité
Dernières Offres d'emploi
[La suite des offres]
Dernière mise à jour il y a 1056993833 minutes
Prochaine mise à jour dans -1056993803 minutes
audit et mesure d'audience visiteurs internet par