Skip to content

Conversation

gewarren
Copy link
Contributor

@gewarren gewarren commented Mar 31, 2020

  • Combine base-types TOC into parent /standard/toc.yml (prep for new landing page so it doesn't lead you out of the current TOC)
  • Format tables under examples section of regular-expressions.md.
  • Delete unnecessary parent topics and add redirects.
  • Minor formatting improvements to some files.

Internal preview link.

@gewarren gewarren marked this pull request as ready for review March 31, 2020 01:07
@gewarren gewarren requested review from a team and Thraka as code owners March 31, 2020 01:07
The <xref:System.String> class includes a number of string search and replacement methods that you can use when you want to locate literal strings in a larger string. Regular expressions are most useful either when you want to locate one of several substrings in a larger string, or when you want to identify patterns in a string, as the following examples illustrate.

> [!TIP]
> The <xref:System.Web.RegularExpressions> namespace contains a number of regular expression objects that implement predefined regular expression patterns for parsing strings from HTML, XML, and ASP.NET documents. For example, the <xref:System.Web.RegularExpressions.TagRegex> class identifies start tags in a string and the <xref:System.Web.RegularExpressions.CommentRegex> class identifies ASP.NET comments in a string.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I brought this over from the regular-expression-examples.md file that I deleted.

Copy link
Member

@BillWagner BillWagner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This LGTM @gewarren

You can :shipit: when ready.

@gewarren
Copy link
Contributor Author

Thanks for the review, Bill!

@gewarren gewarren merged commit dd41b61 into dotnet:master Mar 31, 2020
@gewarren gewarren deleted the standard-toc branch March 31, 2020 17:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants