I know about non-breaking spaces but I've got the opposite problem and Google doesn't even find anyone else asking the question.
I have a piece of text: <option A>/<option B>/<option C>
(the number of options is variable) that I want to break only at the slashes. Keeping it from breaking elsewhere is trivial--replace the spaces with non-breaking spaces. What I'm stumped on is permitting it to break after the slashes. Do I just have to insert an extra space after the slashes even though that won't look as good?