Browse Source

docs: formatting

pull/2641/head
amin 3 months ago committed by zanninso
parent
commit
b587690a88
  1. 2
      subjects/java/checkpoints/breakdown-url/README.md

2
subjects/java/checkpoints/breakdown-url/README.md

@ -50,5 +50,3 @@ Components of URL 1: {protocol=https, domain=www.example.com, port=8080, path=/p
Components of URL 2: {protocol=http, domain=example.com, path=/}
$
```
This exercise guides the students in creating a method to parse and validate URLs using regex. It includes class definition, method signature, and usage example with expected output.

Loading…
Cancel
Save