Split a text or string by space

You can split your text by a space in this page. Enter a text in the form and press the button. The output text is a list of words.

a b c  d
a
b
c
d

Though there are multiple spaces between two words, the output list doesn't contain a space. You can get all the words in a text.

This page uses the JavaScript program that doesn't submit any data you input and we respect your privacy. Please read the privacy policy and bookmark this site.