Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(802)

Unified Diff: sdk/lib/core/regexp.dart

Issue 250573002: Change the badly named RegExp.pattern to return the original source. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update date. Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sdk/lib/_internal/lib/regexp_helper.dart ('k') | tests/corelib/reg_exp_pattern_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/core/regexp.dart
diff --git a/sdk/lib/core/regexp.dart b/sdk/lib/core/regexp.dart
index 840754e50f92507d7a29a94f7a42df53a55366a7..b1e7f4b9134d6f92f880b96b5d40e43dc44caea8 100644
--- a/sdk/lib/core/regexp.dart
+++ b/sdk/lib/core/regexp.dart
@@ -149,7 +149,7 @@ abstract class RegExp implements Pattern {
String stringMatch(String input);
/**
- * The pattern of this regular expression.
+ * The source regular expression string used to create this `RegExp`.
*/
String get pattern;
« no previous file with comments | « sdk/lib/_internal/lib/regexp_helper.dart ('k') | tests/corelib/reg_exp_pattern_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698