Phone Number Parsing Issue in Messages App
- /e/ version: 2.4.1
- Device model(s): ~beyond2lte
## Summary
The Messages app incorrectly parses phone numbers followed by a date/number, underlining part of the date along with the phone number as a dialer link.
## Description
**What is the current behavior?**
When a phone number is followed by a date, the app incorrectly underlines part of the date as part of the clickable phone number. For example:
- A message containing `+420123456789` is correctly parsed and underlined for tapping and opening the dialer.
- A message containing `+420123456789 10.10.2024` results in `+420123456789 10` being underlined, incorrectly including part of the date as part of the phone number.
**What is the improved behavior?**
The app should only underline the phone number (e.g., `+420123456789`) without including the date or other non-relevant information in the clickable link.
**What does it bring?**
This improvement will ensure that users can click on correctly parsed phone numbers without inadvertently selecting extra characters, such as dates, reducing the chance of dialing errors or confusion.
## Mock-ups
<!--Provide a mock-up of how it would look with the improvement -->
## Examples
<!--Give the example of what users will be able to accomplish with the improvement -->
## Validation
<!--List test case that will be run to validate that the issue is working as expected -->
<!--Add the labels corresponding to your issue by adding a tilde and typing the name of the label you think apply to your issue in the line above. You need to type a tilde before the name of each label you want to apply to the issue. -->
issue