I am new to regex. I wish to write a regex which matches a '.' followed by a whitespace followed by a word(which does not contain whitespace.
For example, in the string "The sound of cracking. Splintering. A shape appears, in ice.", the regex should extract ". Splintering" and ". A".