Language: Add sources for RemoveInvalidChars
This commit is contained in:
parent
7d863e6acb
commit
e8c78ad4da
@ -115,6 +115,10 @@ Public Class Utils
|
|||||||
''' * Illegal Path-characters
|
''' * Illegal Path-characters
|
||||||
''' * Unicode characters that classify as Emoji
|
''' * Unicode characters that classify as Emoji
|
||||||
''' * All characters above codepoint U+10000
|
''' * All characters above codepoint U+10000
|
||||||
|
'''
|
||||||
|
''' See:
|
||||||
|
''' https://stackoverflow.com/questions/46905176/detecting-all-emojis
|
||||||
|
''' https://stackoverflow.com/questions/28023682/how-do-i-remove-emoji-characters-from-a-string
|
||||||
''' </summary>
|
''' </summary>
|
||||||
''' <returns></returns>
|
''' <returns></returns>
|
||||||
Public Shared Function RemoveInvalidCharacters(pString As String) As String
|
Public Shared Function RemoveInvalidCharacters(pString As String) As String
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user