Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/core.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'release-notes/7.0/preview/api-diff/preview7/Microsoft.NETCore.App/7.0-preview7_System.Text.RegularExpressions.md')
-rw-r--r--release-notes/7.0/preview/api-diff/preview7/Microsoft.NETCore.App/7.0-preview7_System.Text.RegularExpressions.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/release-notes/7.0/preview/api-diff/preview7/Microsoft.NETCore.App/7.0-preview7_System.Text.RegularExpressions.md b/release-notes/7.0/preview/api-diff/preview7/Microsoft.NETCore.App/7.0-preview7_System.Text.RegularExpressions.md
new file mode 100644
index 00000000..97ac1785
--- /dev/null
+++ b/release-notes/7.0/preview/api-diff/preview7/Microsoft.NETCore.App/7.0-preview7_System.Text.RegularExpressions.md
@@ -0,0 +1,17 @@
+# System.Text.RegularExpressions
+
+``` diff
+ namespace System.Text.RegularExpressions {
+ [NullableAttribute((byte)0)]
+ [NullableContextAttribute((byte)1)]
+ public class Regex : ISerializable {
++ [NullableContextAttribute((byte)0)]
++ public int Count(ReadOnlySpan<char> input, int startat);
++ [NullableContextAttribute((byte)0)]
++ public Regex.ValueMatchEnumerator EnumerateMatches(ReadOnlySpan<char> input, int startat);
++ [NullableContextAttribute((byte)0)]
++ public bool IsMatch(ReadOnlySpan<char> input, int startat);
+ }
+ }
+```
+