1. Write a regular expression that finds all the words in a string that contain double letters, such as "deep" and "book".
2. Write a regular expression that finds all the header tags (, , etc.) in a Web page.
3. Write a function, using a regular expression, that performs a simple search and replace in a string.