We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a09290 commit c3e8bdaCopy full SHA for c3e8bda
Programmers/핸드폰 번호 가리기.swift
@@ -0,0 +1,3 @@
1
+func solution(_ phone_number:String) -> String {
2
+ return String(Array(repeating: "*", count: phone_number.count - 4)) + phone_number.suffix(4)
3
+}
0 commit comments