Removed vowels from the given word, displaying the remaining characters.Found vowels in the given word and displayed them.Validated a password by checking if it contained uppercase, lowercase, numbers, and special characters.Explained the regex pattern for validating a string starting with PR followed by exactly 6 digits.