UNPKG
jquery
Version:
beta (4.0.0-rc.1)
latest (3.7.1)
4.0.0-rc.1
4.0.0-beta.2
4.0.0-beta
3.7.1
3.7.0
3.6.4
3.6.3
3.6.2
3.6.1
3.6.0
3.5.1
3.5.0
3.4.1
3.4.0
3.3.1
3.3.0
3.2.1
3.2.0
3.1.1
3.1.0
3.0.0
3.0.0-rc1
3.0.0-beta1
3.0.0-alpha1
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.4
2.1.3
2.1.2
2.1.1
2.1.1-rc2
2.1.1-rc1
2.1.1-beta1
2.1.0
2.1.0-rc1
2.1.0-beta3
2.1.0-beta2
1.12.4
1.12.3
1.12.2
1.12.1
1.12.0
1.11.3
1.11.2
1.11.1
1.11.1-rc2
1.11.1-rc1
1.11.1-beta1
1.11.0
1.11.0-rc1
1.11.0-beta3
1.9.1
1.8.3
1.8.2
1.7.3
1.7.2
1.6.3
1.6.2
1.5.1
JavaScript library for DOM operations
jquery.com
jquery/jquery
jquery
/
src
/
selector
/
var
/
identifier.js
6 lines
(4 loc)
•
223 B
JavaScript
View Raw
1
2
3
4
5
6
import
{ whitespace } from "../../var/whitespace.js";
// https://www.w3.org/TR/css-syntax-3/#ident-token-diagram
export
var
identifier
=
"(?:
\\
\\
[
\\
da-fA-F]{1,6}"
+
whitespace
+
"?|
\\
\\
[^
\\
r
\\
n
\\
f]|[
\\
w-]|[^
\0
-
\\
x7f])+"
;