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 1
Title Test Details Is Valid XML Node Or Attribute Name
Expression
^[a-zA-Z_:]+[a-zA-Z_:\-\.\d]*$
Description
Valid XML Node or Attribute Names start with a letter <document>, an underscore <_record> or a colon (generally avoid using a colon) The next characters may be letters, digits, underscore, hyphens, periods and colons (but no whitespaces)
Matches
_1record | MyXMLTag | :ThisIsGr8
Non-Matches
1record | My XMLTag | ThisIs<Gr8
Author Rating: Not yet rated. Tim Darius
   Displaying page 1 of 1 pages; Items 1 to 1

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