Today I Learned - Rocky Kev

Tagged “regex”

  1. TIL how to replace many characters in javascript

    You can use the replace() method to swap one string pattern for another.

  2. TIL an Email Address Regular Expression that 99.99% works

    This is probably the closest we can get to the most perfect regex for validating emails.

See all tags.