How to remove whitespaces and add + sign there

http//google 2022 to 2023 .com to change this to http//google+2022+to+2023.com

1 liner
const URI = 'http//google 2022 to 2023.com'.replace(/ /g,'+');

Or you could use a change node:


just make sure to put a space in the 'Search for' option

yes done with change node thanks a lot