Saturday, 24 August 2013

What does ._ mean in javascript?

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 expressionH
Or is there something else I don't know?
I have searched in Google, but get nothing.

No comments:

Post a Comment