Determine if a string has all unique characters: Difference between revisions

m
(→‎{{header|JavaScript}}: added a JS draft.)
Line 443:
 
 
Or perhaps, as an alternative to grouping, and sorting:
<lang haskell>import Data.List (find, intercalate)
import Numeric (showHex)
import Data.Bool (bool)
import Data.Char (ord)
 
9,659

edits