Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The **Convert-String** cmdlet formats a string to match the format of examples.
### Example 1: Convert format of a string
```
PS C:\> $Names = "Evan Narvaez","David Chew","Elisa Daugherty"
Convert-String -InputObject $Names -Example "Patti Fuller = Fuller, P."
$Names | Convert-String -Example "Patti Fuller=Fuller, P."
Narvaez, E.
Chew, D.
Daugherty, E.
Expand Down