AntonLapshin

Results 1 comments of AntonLapshin

Hey @ebNinja ```js el.value === /^[a-zA-Z'\- \u00c0-\u017e]+$/ ``` Even though the regex expression looks correct It's a bit incorrect how you use it. It should look like this: ```js method...