mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-21 19:16:23 +00:00
206 B
206 B
date | id | title |
---|---|---|
2020-11-04 | cc0d1937-ec92-4a2f-802d-f5fbde4e61b2 | JavaScript RegExp Search Method |
console.log(" word".search(/\S/)); // 2
console.log(" ".search(/\S/)); // -1