js-mentorship-razvan / javascript

Javascript study notes
GNU General Public License v3.0
22 stars 2 forks source link

Exercise video 5 #557

Closed odv closed 4 years ago

odv commented 4 years ago

Match these strings: penguins are cooler than regular expressions
 Don’t match these strings: king penguins are cooler than regular expressions, penguins are cooler than regular expressions!

RazvanBugoi commented 4 years ago
  1. ^penguins.*

  2. .*expressions$