Search:

Type: Posts; User: copeg

Search: Search took 0.08 seconds.

  1. Replies
    4
    Views
    2,631

    Re: Help With Validation

    No I do not. The ^ is not necessary for something like String.matches in the above context (although it doesn't muck anything up either ;) )
  2. Replies
    4
    Views
    2,631

    Re: Help With Validation

    See How to use regular expressions. For example, you could use "[0-9]{5}" to validate the zip code (using String.matches)
Results 1 to 2 of 2