andyjac / top_10_albums

Displays top 10 albums for a highlighted musical artist in the browser
0 stars 0 forks source link

Better handling of user input for query #4

Closed bion closed 10 years ago

bion commented 10 years ago

Multiple spaces in the user input create multiple + characters in the lastfm query. Fix this using regular expression matching.