Thanks for that syntax, @chrillek! I was struggling to find a way to search for text excerpts that contain the word “late” while excluding every instance of phrases like “late seventeenth century”, “late twentieth century”, “late 1840s”, “late 1990s”, etc…
This was my solution
late (NOT(late NEXT/2 (centur*) OR [12]???s))
Works wonderfully!