benmcmahon100 2015-08-06 14:51:26 +01:00
parent 61507f575d
commit 5eb9c060e1
1 changed files with 1 additions and 1 deletions

View File

@ -1046,7 +1046,7 @@
"dashedName": "waypoint-invert-regular-expression-matches-with-javaScript",
"difficulty":"9.987",
"description":[
"Use <code>/\\S+/gi;</code> to match everything that isn't a space in the string",
"Use <code>/\\S/gi;</code> to match everything that isn't a space in the string",
"You can invert any match by using the uppercase version of the selector <code>\\s</code> versus <code>\\S</code> for example"
],
"tests":[