Skip to content

Commit 6b77c60

Browse files
Another correction to the examples
1 parent b4bd94d commit 6b77c60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/FileContentDsc/Examples/Resources/ReplaceText/2-ReplaceText_ReplaceRegexText.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<#
22
.EXAMPLE
33
Set all occrurances of a string matching the regular expression
4-
`<img src=['`"][a-zA-Z0-9.]*['`"]>` with the text `<img src="imgs/placeholder.jpg">`
4+
`<img src=['``"][a-zA-Z0-9.]*['``"]>` with the text `<img src="imgs/placeholder.jpg">`
55
in the file `c:\inetpub\wwwroot\default.htm`
66
#>
77
Configuration Example

0 commit comments

Comments
 (0)