This commit is contained in:
Elena Subbotina
2025-10-28 15:51:41 +03:00
parent 1b6c81407b
commit 5c110799a6
2 changed files with 0 additions and 6 deletions

View File

@ -1,5 +0,0 @@
<<<<<<<
if((c >= 'a' && c <= 'z') || (c>= 'A' && c<= 'Z') || (c >= '0' && c<= '9')){
=======
if((c >= 'a' && c <= 'z') || (c>= 'A' && c<= 'Z') || (c >= '0' && c<= '9') || ('-' == c) || ('_' == c) || ('.' == c) || ('~' == c)){
>>>>>>>