오로시
로그인
오로시
로그인
[Leetcode] 1108. Defanging an IP Address (JS)
OROSY
·
2021년 4월 27일
팔로우
0
Algorithms
JavaScript
leetcode
0
Algorithms
목록 보기
2/38
출처
Leetcode 1108. Defanging an IP Address
문제
코드
1
2
3
4
5
6
7
/**
* @param {string} address
* @return {string}
*/
var
defangIPaddr
=
function
(address) {
return
address.replace(
/
\.
/
g,`[.]`)
};
cs
실행 결과
OROSY
Life is a matter of a direction not a speed.
팔로우
이전 포스트
[Leetcode] 1480. Running Sum of 1d Array (JS)
다음 포스트
[Leetcode] 1672. Richest Customer Wealth (JS)
0개의 댓글
댓글 작성