- Issue created by @ankitv18
- 🇺🇸United States j. ayen green
Fixed pattern rather than using the proposed alternative.
'/^mailto:\/\/[\w\.\-]+@([\w\-]+\.)+[\w\-]{2,4}$/'
------ ---------------------------------------------------------------------
Line src/Plugin/Field/FieldWidget/UrlTextfieldWidget.php
------ ---------------------------------------------------------------------
161 Regex pattern is invalid: Compilation failed: invalid range in
character class at offset 15 in pattern:
/^mailto:\/\/[\w-\.]+@([\w-]+\.)+[\w-]{2,4}$/
161 Regex pattern is invalid: No ending delimiter '^' found in pattern:
^(\+\d{1,2}\s)?\(?\d{3}\)?[\s.-]\d{3}[\s.-]\d{4}$
Fix those warnings.
Active
1.1
Code
Fixed pattern rather than using the proposed alternative.
'/^mailto:\/\/[\w\.\-]+@([\w\-]+\.)+[\w\-]{2,4}$/'