공부
[JS] RegExp
승가비
2019. 10. 15. 00:10
728x90
// g: global
// i: case-insensitive
// m: multiline
var patt = /w3schools/i
728x90