Skip to content

Instantly share code, notes, and snippets.

@sito8943
Created March 18, 2022 02:52
Show Gist options
  • Save sito8943/a98cd76fc38af197abfed8a25dff8602 to your computer and use it in GitHub Desktop.
Save sito8943/a98cd76fc38af197abfed8a25dff8602 to your computer and use it in GitHub Desktop.
Regular Expression for normal ip
/((http)|(https):\/\/)?(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)(:\d\d\d\d)?$/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment