Excerpt word count : How does it work?

Kirby uses the native str_word_count() function internally. It doesn’t just split by whitespace, but for example the string fri3nd becomes fri and nd according to the PHP docs.

Could you please post a few examples where it breaks for you?