Skip to content

Commit 5e5dbdc

Browse files
committedDec 5, 2019
Replace tabs
1 parent c6b07bf commit 5e5dbdc

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed
 

‎TOOL-Remove-StringDiacritic/Remove-StringDiacritic.ps1

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
function Remove-StringDiacritic {
22
<#
33
.SYNOPSIS
4-
This function will remove the diacritics (accents) characters from a string.
4+
This function will remove the diacritics (accents) characters from a string.
55
66
.DESCRIPTION
7-
This function will remove the diacritics (accents) characters from a string.
7+
This function will remove the diacritics (accents) characters from a string.
88
99
.PARAMETER String
10-
Specifies the String(s) on which the diacritics need to be removed
10+
Specifies the String(s) on which the diacritics need to be removed
1111
1212
.PARAMETER NormalizationForm
13-
Specifies the normalization form to use
14-
https://msdn.microsoft.com/en-us/library/system.text.normalizationform(v=vs.110).aspx
13+
Specifies the normalization form to use
14+
https://msdn.microsoft.com/en-us/library/system.text.normalizationform(v=vs.110).aspx
1515
1616
.EXAMPLE
17-
PS C:\> Remove-StringDiacritic "L'été de Raphaël"
17+
PS C:\> Remove-StringDiacritic "L'été de Raphaël"
1818
19-
L'ete de Raphael
19+
L'ete de Raphael
2020
2121
.NOTES
22-
Francois-Xavier Cat
23-
@lazywinadmin
24-
lazywinadmin.com
25-
github.com/lazywinadmin
22+
Francois-Xavier Cat
23+
@lazywinadmin
24+
lazywinadmin.com
25+
github.com/lazywinadmin
2626
#>
2727
[CMdletBinding()]
2828
PARAM

0 commit comments

Comments
 (0)