Skip to content

Commit 355a534

Browse files
Merge pull request #49995 from wwlpublish/73418da7fd7beb87c325326c89b97d32b296e9ec0b36a3e024275e95aba6767f-live
Modules/M05-modify-string-content-using-built-in-string-methods-c-sharp
2 parents cd7f890 + b207b80 commit 355a534

9 files changed

+10
-10
lines changed

learn-pr/wwl-language/csharp-modify-content/1-introduction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Introduction
44
metadata:
55
title: Introduction
66
description: "Introduction to the module."
7-
ms.date: 01/15/2025
7+
ms.date: 04/15/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

learn-pr/wwl-language/csharp-modify-content/2-exercise-indexof-substring.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Exercise - Use the string's IndexOf() and Substring() helper methods
44
metadata:
55
title: Exercise - Use the string's IndexOf() and Substring() helper methods
66
description: "Use the IndexOf() and Substring() helper methods to locate the position of one or more characters inside a larger string, and return the part of the larger string that follows the character positions you specify."
7-
ms.date: 01/15/2025
7+
ms.date: 04/15/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

learn-pr/wwl-language/csharp-modify-content/3-exercise-lastindexof-indexof.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Exercise - Use the string's IndexOf() and LastIndexOf() helper methods
44
metadata:
55
title: Exercise - Use the string's IndexOf() and LastIndexOf() helper methods
66
description: "Use IndexOf() and LastIndexOf() to find the first and last instances of a character or substring in a string. Explore IndexOfAny() to find multiple characters."
7-
ms.date: 01/15/2025
7+
ms.date: 04/15/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

learn-pr/wwl-language/csharp-modify-content/4-exercise-remove-replace.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Exercise - Use the Remove() and Replace() methods
44
metadata:
55
title: Exercise - Use the Remove() and Replace() methods
66
description: "Use the Remove() and Replace() methods to remove and replace characters from a string."
7-
ms.date: 01/15/2025
7+
ms.date: 04/15/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

learn-pr/wwl-language/csharp-modify-content/5-exercise-challenge-extract-replace-remove-data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Exercise - Complete a challenge to extract, replace, and remove data from
44
metadata:
55
title: Exercise - Complete a challenge to extract, replace, and remove data from an input string
66
description: "Extract, replace, and remove data from an input string."
7-
ms.date: 01/15/2025
7+
ms.date: 04/15/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

learn-pr/wwl-language/csharp-modify-content/6-review-solution-extract-replace-remove-data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Review the solution to extract, replace, and remove data from an input st
44
metadata:
55
title: Review the solution to extract, replace, and remove data from an input string
66
description: "Review the solution to extract, replace, and remove data from an input string."
7-
ms.date: 01/15/2025
7+
ms.date: 04/15/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

learn-pr/wwl-language/csharp-modify-content/7-knowledge-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Module assessment
44
metadata:
55
title: Module assessment
66
description: "Check what you learn in this module."
7-
ms.date: 01/15/2025
7+
ms.date: 04/15/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

learn-pr/wwl-language/csharp-modify-content/8-summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Summary
44
metadata:
55
title: Summary
66
description: "Summary of the module."
7-
ms.date: 01/15/2025
7+
ms.date: 04/15/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

learn-pr/wwl-language/csharp-modify-content/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
### YamlMime:Module
22
uid: learn.languages.csharp-modify-content
33
metadata:
4-
title: Modify the content of strings using built-in string data type methods in C#
4+
title: Modify the Content of Strings using built-in String Data Type Methods in C#
55
description: "Explore using the built-in string data type methods in C# to modify strings."
6-
ms.date: 01/15/2025
6+
ms.date: 04/15/2025
77
author: wwlpublish
88
ms.author: eric
99
ms.topic: module

0 commit comments

Comments
 (0)