Browse Source

Update greedy-url.en.md

Tester returns urls with queries, but not only queries
content-update
Tlekbai Ali 4 years ago committed by Clément
parent
commit
d06fc8cd71
  1. 4
      subjects/greedy-url.en.md

4
subjects/greedy-url.en.md

@ -5,8 +5,8 @@
Write 3 functions :
- `getURL` that returns an array with all valid URLs present in a data-set, http and https
- `greedyQuery` that returns at least 3 or more parameters from all URLs that contain a query.
- `notSoGreedy` that returns at least 2, but not more then 3 parameters from all URLs that contain a query.
- `greedyQuery` that returns URL with at least 3 or more parameters from all URLs that contain a query.
- `notSoGreedy` that returns URL with at least 2, but not more then 3 parameters from all URLs that contain a query.
You can search for greedy quantifiers for help

Loading…
Cancel
Save