Search:

Type: Posts; User: bean

Search: Search took 0.11 seconds.

  1. Thread: java ip regex

    by bean
    Replies
    2
    Views
    1,544

    Re: java ip regex

    thanks it was a problem elsewhere in code thanks
  2. Thread: java ip regex

    by bean
    Replies
    2
    Views
    1,544

    java ip regex

    hi i have this regex that finds ip and port ie.121.121.121.121:0000; in a string

    "\\d{1,3}(?:\\.\\d{1,3}){3}(?::\\d{1,5})?"

    the problem is if the port is missing this regex still finds just...
Results 1 to 2 of 2