Intercept Two API Calls Using Regular Expressions Exercise

preview_player
Показать описание
"/find-item/:name" and "/find-item/:name/price"
My solution is to use a regular expression that enforces the match at the end of the string using the "$" flag.
Рекомендации по теме
Комментарии
Автор

@gleb bahmutov Is there a specific resource you would recommend for learning regular expression syntax? Because for me it's like listening to a Japanese Dulingo course.

brendanmeade