Posts by GabrielBicca • 21 points
2 posts
-
0
votes2
answers1363
viewsA: Recover query string with "+" character
You can use the method replace() to replace this blank!
-
2
votes3
answers12621
viewsA: How to remove specific words with javascript
In the case of Javascript you can use the method substring! With the method substring we take a piece of the string, pass the initial position followed by the number of characters that must be…