in reply to Re: Exact Regex for port Number
in thread Exact Regex for port Number
Hi,Thank you ALL for your replies. in this case, I am a BIT lucky since I only have higher POTRS from 1024 to 65535 . So I can go with {4,5}
So, I go with below code. Thanks once again. Hv a wonderful day.
:[0-9]{4,5}
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Exact Regex for port Number
by AnomalousMonk (Archbishop) on Jun 19, 2018 at 10:12 UTC |