Name: Regex: b[A-Z][a-z]+s[A-Z][a-z]+bExplanation: Matches names with a capitalized first and last name (e.g., "John Doe").