Reputation: 2065
What does this regular expression mean?
var re = /[\[\.]/;
Thanks for replies.
Upvotes: 0
Views: 105
Reputation: 9
You shuold first read by your own.Google it and also Check this one. [https://developer.mozilla.org/en-US/docs/JavaScript/Guide/Regular_Expressions]
Upvotes: 0