skip to Main Content

Javascript regex for url detect and split

I have the below urls : https://comanage.example.edu/sp https://wiki.cs.example.org/sp https://intranet.math.example.edu/sp https://myapp.example.com/sp For these urls, I need to define a function that can detect them as URLs and then replace the https:// and sp path from them. Basically, I just need the…

VIEW QUESTION
Back To Top
Search