Search:

Type: Posts; User: PDubUK

Search: Search took 0.12 seconds.

  1. Replies
    1
    Views
    2,212

    [SOLVED] Re: java.util.regex.Matcher value lengths

    Found the solution,

    ^.{<EXACT LENGTH>}$
    ^.{<MIN LENGTH, MAX LENGTH>}$

    will resolve this issue.

    Many thanks.
  2. Replies
    1
    Views
    2,212

    [SOLVED] java.util.regex.Matcher value lengths

    Hi.

    Please can someone advise how I may check the length of a string property using java.util.regex.Matcher.
    Many thanks,
    PDubUK
Results 1 to 2 of 2