removing number values and other values

No.12412154 ViewReplyOriginalReport
Dear /sci/ !

I need your help with something.

I have a dataframe, with a column named "words", but I just realized that not all of the values are actual words, some of them are either numbers, or some kind of id's. See the pic below.

How do I remove these unwanted values from the word column in R?

I guess I need something that removes everything that's either a number OR starts with a number.