on the last review i fixed the issue with the different characters on the regexp generation but the ' character is not contemplated. This is the regexp that matches what is contained on a URL param ``` [\\w-._~:?#\\[\\]@!$&()*+,;=!] ```
on the last review i fixed the issue with the different characters on the regexp generation but the ' character is not contemplated.
This is the regexp that matches what is contained on a URL param