It might be better if the empty second element in resulting array isn't there. ``` julia> WordTokenizers.split_sentences("This is a sentence. ") 2-element Array{SubString{String},1}: "This is a sentence." "" ```