FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
优化教程翻译 · Issue #853 · javascript-tutorial/zh.javascript.info · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
javascript-tutorial
/
zh.javascript.info
Public
Notifications
You must be signed in to change notification settings
Fork
1.2k
Star
10.8k
Code
Issues
13
Pull requests
16
Discussions
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Wiki
Security and quality
Insights
优化教程翻译
#853
Copy link
Copy link
Closed
Closed
优化教程翻译
#853
Copy link
Description
leviding
Issue body actions
本教程经过全面优化,除了下列未勾选章节,均已优化完毕,敬请期待 😄
Storing data in the browser
IndexedDB
Animation
Bezier curve
CSS-animations
JavaScript animations
Web components
From the orbital height
Custom elements
Shadow DOM
Template element
Shadow DOM slots, composition
Shadow DOM styling
Shadow DOM and events
Regular expressions
Patterns and flags
Character classes
Unicode: flag "u" and class \p{...}
Anchors: string start ^ and end $
Multiline mode of anchors ^ $, flag "m"
Word boundary: \b
Escaping, special characters
Sets and ranges [...]
Quantifiers +, *, ? and {n}
Greedy and lazy quantifiers
Capturing groups
Backreferences in pattern: \N and \k<name>
Alternation (OR) |
Lookahead and lookbehind
Catastrophic backtracking
Sticky flag "y", searching at position
Methods of RegExp and String
Reactions are currently unavailable
Metadata
Metadata
Assignees
No one assigned
Labels
No labels
No labels
Type
No type
Projects
No projects
Milestone
No milestone
Relationships
None yet
Development
No branches or pull requests
Issue actions
Back
|
FazBrowse Home
|
New Git URL
本教程经过全面优化,除了下列未勾选章节,均已优化完毕,敬请期待 😄
Storing data in the browser
Animation
Web components
Regular expressions