Script Replacing Spaces with +'s

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
cldcp00
Posts: 52
Joined: 20 Jun 2019 15:26

Script Replacing Spaces with +'s

Post by cldcp00 »

Hi there

I what to use a script to replace the spaces with a + that is in the clipboard.

I.e
Clipboard has

"one two three four"

result after the script is run

"one+two+three+four"

Thanks for your help

highend
Posts: 13309
Joined: 06 Feb 2011 00:33

Re: Script Replacing Spaces with +'s

Post by highend »

copytext replace(<clp>, " ", "+");
One of my scripts helped you out? Please donate via Paypal

Post Reply