Merge pull request #3184 from awesomeaniruddh/awesomeaniruddh-3148

Fix typo in basic-javascript waypoint
This commit is contained in:
Arsen Melikyan
2015-09-09 07:58:54 +04:00

View File

@ -1109,7 +1109,7 @@
"title": "Invert Regular Expression Matches with JavaScript", "title": "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":[