0
Hello, I am making a script that inserts values inside a finance system, but when you insert with http 'www' 'https' it is an error and I have to remove in hand. So I want to put a regular expression that removes these values from the url before sending. The script is already sending, so I would like help to form the regular expression.
This depends on the language in use, each has its own way of doing the replace. For this it is only necessary to give a match on "www|https? ' and subtlety for nothing
– carlosn
What backend language?
– Wallace Maxters
i to creating the script with JS. So I use . replace(***)
– Leticia Fatima