You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bin/lib.core.d.ts
+2-2
Original file line number
Diff line number
Diff line change
@@ -838,7 +838,7 @@ interface RegExp {
838
838
*/
839
839
test(string: string): boolean;
840
840
841
-
/** Returns a copy of the text of the regular expression pattern. Read-only. The rgExp argument is a Regular expression object. It can be a variable name or a literal. */
841
+
/** Returns a copy of the text of the regular expression pattern. Read-only. The regExp argument is a Regular expression object. It can be a variable name or a literal. */
842
842
source: string;
843
843
844
844
/** Returns a Boolean value indicating the state of the global flag (g) used with a regular expression. Default is false. Read-only. */
Copy file name to clipboardExpand all lines: bin/lib.core.es6.d.ts
+39-32
Original file line number
Diff line number
Diff line change
@@ -838,7 +838,7 @@ interface RegExp {
838
838
*/
839
839
test(string: string): boolean;
840
840
841
-
/** Returns a copy of the text of the regular expression pattern. Read-only. The rgExp argument is a Regular expression object. It can be a variable name or a literal. */
841
+
/** Returns a copy of the text of the regular expression pattern. Read-only. The regExp argument is a Regular expression object. It can be a variable name or a literal. */
842
842
source: string;
843
843
844
844
/** Returns a Boolean value indicating the state of the global flag (g) used with a regular expression. Default is false. Read-only. */
0 commit comments