From d06fc8cd71ed38ee435170e59b1f2b8bed39a09e Mon Sep 17 00:00:00 2001 From: Tlekbai Ali Date: Fri, 5 Jun 2020 14:19:01 +0600 Subject: [PATCH] Update greedy-url.en.md Tester returns urls with queries, but not only queries --- subjects/greedy-url.en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/greedy-url.en.md b/subjects/greedy-url.en.md index 925867e8..cbf39b38 100644 --- a/subjects/greedy-url.en.md +++ b/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