>>>>> "R" == Roger Lipscombe <rlipscombe / riohome.com> writes: You want this, I think R> re = /\b([A-Z][a-z]+){2,}\b/ re = /\b((?:[A-Z][a-z]+){2,})\b/ Guy Decoux