word tokenizer for excel code example Example 1: python search for word is in column df[df.column.str.contains("word")] Example 2: regex for entire word /\b(word)\b/i