allowedcharacters1html.html (338B)
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset=utf-8> 5 <title>Example</title> 6 </head> 7 <body> 8 <p>Login names can only use letters from A to Z (upper or lowercase) 9 and the character underscore (_) and minus (-). 10 For example: <code its-allowed-characters="[a-zA-Z_\-]">Huck_Finn</code>.</p> 11 </body> 12 </html>