I'm looking for a way to detect writing in the first person when a user types "We", "us", "our" and a couple more pronouns, but not using the keyup event directly but with an interval of five seconds as they type in a textarea or text field.
I've tried the keyup event but I'm unable to detect and parse the pronouns to display a warning div that shows if the field contains these pronouns or text.