I want users to only be able to select the whole words from the given text not a partial one. But I am unable to get any solution for it.
Suppose Text is:
Hello! Nice to meet you
then, I want from UI user should not able to select "Ni" from "Nice" or something. They should only be allowed to select the "Nice" whole word from UI. Is that possible?