This commit is contained in:
softlandia 2019-01-14 20:56:01 +04:00
Родитель 631e6f8e0c
Коммит 8de2201ad9
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -19,7 +19,7 @@ _________________________________________________________________________
return true if file exist
func StrContainBackSlash(s string) bool
return true if last char in string s == '\'
return true if last char in string s == '\\'
func StrIsPrintRune(s string) bool
return true if input string consists only of printable rune