Tin mới
JavaScript: Scripting language
Web APIs: Programming interfaces
Structuring content with HTML module
Dynamic scripting with JavaScript module
The RegExp object is used for matching text with a pattern.
The RegExp object is used for matching text with a pattern.
Note: Whether something is a "regex" can be duck-typed. It doesn't have to be a RegExp!
Note: Whether something is a "regex" can be duck-typed. It doesn't have to be a RegExp!
Note that several of the RegExp properties have both long and short (Perl-like) names. Both names always refer to the same value. (Perl is the programming language from which JavaScript modeled its regular expressions.)
Static read-only properties that contain parenthesized substring matches.
Static read-only properties that contain parenthesized substring matches.
Static read-only properties that contain parenthesized substring matches.
Static read-only properties that contain parenthesized substring matches.
Static read-only properties that contain parenthesized substring matches.
Static read-only properties that contain parenthesized substring matches.