Function String->Symbol

Part of:

package metabang.utilities
( string->symbol < string > &optional < package > )
Returns the string as a bare symbol, replacing any whitespace with dashes. ~
This is the (near) inverse of symbol->string. Return nil for empty strings