This commit is contained in:
@ -1046,7 +1046,7 @@
|
|||||||
"dashedName": "waypoint-invert-regular-expression-matches-with-javaScript",
|
"dashedName": "waypoint-invert-regular-expression-matches-with-javaScript",
|
||||||
"difficulty":"9.987",
|
"difficulty":"9.987",
|
||||||
"description":[
|
"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"
|
"You can invert any match by using the uppercase version of the selector <code>\\s</code> versus <code>\\S</code> for example"
|
||||||
],
|
],
|
||||||
"tests":[
|
"tests":[
|
||||||
|
Reference in New Issue
Block a user