Hi, any script there please to convert the space between words in phrases to dashes ? like if i have a lot of phrases in text file and want them to become phrases with dashes in between : before: cat dog frog hi bye after : cat-dog-frog hi-bye please advice me .. thank you
You might try ising a text editor like Open Office or MS Word and do a find and Replace All. Search for a space and replace all with a - Good luck!
SciTE pwns OOo and MS Word \o/ <textarea id="SciTEimitator"></textarea><input type="button" onclick="document.getElementById('SciTEimitator').value = document.getElementById('SciTEimitator').value.replace(/ /g, '-');" value="Replace All" /> Code (markup):