Create a regular expression for specific pattern matching
Write a regular expression that matches the following pattern: [PATTERN_DESCRIPTION]. Ensure the regex is efficient and handles edge cases. Provide explanations for each part of the regex.
Use this when you need to create a precise regular expression for pattern matching in text.