Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(utils): improve email regex to avoid partial matches
- Updated `emailRegex` in `src/utils/text-transform.ts` to include word boundary markers (`\b`) at both ends. - This change ensures more accurate email matching and prevents partial matches in strings.
- Loading branch information