We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4bd94d commit 6b77c60Copy full SHA for 6b77c60
1 file changed
Modules/FileContentDsc/Examples/Resources/ReplaceText/2-ReplaceText_ReplaceRegexText.ps1
@@ -1,7 +1,7 @@
1
<#
2
.EXAMPLE
3
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">`
+ `<img src=['``"][a-zA-Z0-9.]*['``"]>` with the text `<img src="imgs/placeholder.jpg">`
5
in the file `c:\inetpub\wwwroot\default.htm`
6
#>
7
Configuration Example
0 commit comments