Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created December 7, 2020 22:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/e662b19046e82a139773b4c3196b440f to your computer and use it in GitHub Desktop.
Save parzibyte/e662b19046e82a139773b4c3196b440f to your computer and use it in GitHub Desktop.
const reemplazarEspaciosConEntidad = cadena => cadena.replaceAll(" ", "%20");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment