Reply to comment

Java Regex

 
Need a regular expression, head over here.

  • ^[a-zA-Z\s]+$ alpha with spaces
  • ^[a-zA-Z\s]{2,9}$ same as above, but min of 2, max of 9

Reply

  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options