I need to have a regex capture urls that only end with letters or numbers.
I have this regex here:
(https?)(:\/\/www.site.com.br)(\S){1,}
As it is, this regex allows urls to end with characters like @,!,?, etc.
I tried doing this usin...
asked by
11.08.2017 / 17:01