Skip to content

trimEnd

시작 공백(문자 및 공백 코드)을 제거합니다.

ts
trimStart(소스 문자열);
ts
trimStart("⠀ \u2800 a b "); // "a b "