본문 바로가기 메뉴 바로가기

Studying programming

프로필사진
  • 글쓰기
  • 관리
  • 태그
  • 방명록
  • RSS

Studying programming

검색하기 폼
  • Jimin's Programming (194)
    • Algorithms (54)
    • JavaScript (16)
    • Vue.js (3)
    • Node.js (3)
    • React.js (7)
    • React Native (0)
    • Spring Boot (13)
    • JAVA (58)
    • C++ (17)
    • Programming (19)
    • Computer basics (4)
  • 방명록

CamelCase algorithm (1)
CamelCase

WHAT I LEARNED using regular expression split() - The separator can also be a regular expression. 정규식을 split()의 separator로 사용가능. let s = "camelCaseHowManyWords" function CamelCase(str) { let re = /[A-Z]/g; //g is global //regular expression can separate a string at the instance there is a capitalized letter. let wordSplit = str.split(re); let result = wordSplit.length; console.log(result); //5 }..

Algorithms 2021. 2. 12. 14:41
이전 1 다음
이전 다음
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
TAG
  • javascript
  • spring boot application
  • HashMap
  • 프로그래머스 알고리즘
  • 알고리즘
  • easy javascript algorithm
  • algorithm
  • hackerrank javascript
  • equals()
  • rest parameter
  • substring()
  • math.max
  • string class in java
  • hackerrank javascript solution
  • easy algorithm
  • code refactoring
  • repeat()
  • math.abs
  • C++
  • hackerrank
  • Javascript Algorithm
  • 프로그래머스
  • 프로그래머스 알고리즘문제
  • hackerrank solution
  • compareTo()
  • ... in Javascript
  • HackerRank Algorithm
  • java
  • Collection Framework
  • Object type casting
more
«   2025/07   »
일 월 화 수 목 금 토
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31
글 보관함

Blog is powered by Tistory / Designed by Tistory

티스토리툴바