Categories
How to write regex for server address?
There is a line http://122.158.23.53:80 You need to write a regular expression that would find this kind of address, along with http:// and the server port
Answer the question
In order to leave comments, you need to log in
http://((?:\d{1,3}\.?){4}):(\d+) right?
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question