python regex correspond aux mots

# credit to Stack Overflow user in source link
import re
re.search(r'\bis\b', your_string)
wolf-like_hunter