Skip to content

Commit 7ddf653

Browse files
authored
changed files by pdets auto publish service, publishid[e983970e-dcbe-4ddf-9e66-32d41c5a76b9] and do [publish].
1 parent 5c2dd8c commit 7ddf653

10 files changed

+10
-11
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: 04/15/2025
7+
ms.date: 07/10/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: 04/15/2025
7+
ms.date: 07/10/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: 04/15/2025
7+
ms.date: 07/10/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: 04/15/2025
7+
ms.date: 07/10/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: 04/15/2025
7+
ms.date: 07/10/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: 04/15/2025
7+
ms.date: 07/10/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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@ title: Module assessment
44
metadata:
55
title: Module assessment
66
description: "Check what you learn in this module."
7-
ms.date: 04/15/2025
7+
ms.date: 07/10/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit
1111
ms.custom:
1212
- N/A
13-
module_assessment: true
1413
durationInMinutes: 2
1514
quiz:
1615
title: "Check your knowledge"

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: 04/15/2025
7+
ms.date: 07/10/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ If you're unfamiliar with HTML code, review the ["Quick HTML primer"](#quick-htm
4747

4848
1. Replace the HTML character `™` (`™`) with `®` (`®`) in the `output` variable.
4949

50-
1. Run your solution and verify the output put matches the expected output.
50+
1. Run your solution and verify the output matches the expected output.
5151

5252
```Output
5353
Quantity: 5000

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ uid: learn.languages.csharp-modify-content
33
metadata:
44
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: 04/15/2025
6+
ms.date: 07/10/2025
77
author: wwlpublish
88
ms.author: eric
99
ms.topic: module

0 commit comments

Comments
 (0)