Files
2018-10-16 21:32:40 +05:30

7 lines
512 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Invert Regular Expression Matches with JavaScript
localeTitle: Инвертировать регулярные выражения с помощью JavaScript
---
Использовать `/\S/gi` ; чтобы совместить все, что не является пространством в строке.
Вы можете инвертировать любое совпадение, используя прописную версию селектора `\s` против `\S` например.