What does ._ mean in javascript?
I find a point:
var example = /1/._ ;
It can be accept by the interpreter of chrome or Firefox ,and it always
return undefined.
But I don't understand why, is ._ a special usage in regular expressionH
Or is there something else I don't know?
I have searched in Google, but get nothing.
No comments:
Post a Comment