Prio | Original string | Translation | — |
---|---|---|---|
Square root | 제곱근 | Details | |
Return a formatted string | 형식화된 문자열 반환하기 | Details | |
Sine | 사인 | Details | |
Strip whitespace (or other characters) from the end of a string | 문자열의 끝에서 공백(또는 다른) 문자열 제거하기 | Details | |
Strip whitespace (or other characters) from the end of a string 문자열의 끝에서 공백(또는 다른) 문자열 제거하기
You have to log in to edit this translation.
|
|||
Rounds a number to an optional precision | 선택한 정확도로 숫자 반올림하기 | Details | |
Rounds a number to an optional precision 선택한 정확도로 숫자 반올림하기
You have to log in to edit this translation.
|
|||
Compare a string to a regular expression pattern | 문자열을 정규표현식에 비교하기 | Details | |
Compare a string to a regular expression pattern 문자열을 정규표현식에 비교하기
You have to log in to edit this translation.
|
|||
Generate a random integer | 난수 정수 생성하기 | Details | |
Quote meta characters | 메타 문자열 따옴표로 싸기 | Details | |
Convert a 8 bit string to a quoted-printable string | 8 비트 문자열을 따옴표로 싸여진 출력할 수 있는 문자열로 변환하기 | Details | |
Convert a 8 bit string to a quoted-printable string 8 비트 문자열을 따옴표로 싸여진 출력할 수 있는 문자열로 변환하기
You have to log in to edit this translation.
|
|||
Convert a quoted-printable string to an 8 bit string | 따옴표로 싸여진 출력할 수 있는 문자열을 8 비트 문자열로 변환하기 | Details | |
Convert a quoted-printable string to an 8 bit string 따옴표로 싸여진 출력할 수 있는 문자열을 8 비트 문자열로 변환하기
You have to log in to edit this translation.
|
|||
Exponential expression | 지수 표현 | Details | |
Get value of pi | PI의 가치 | Details | |
Format a number with grouped thousands | 숫자에 천 단위 구분기호 표시 | Details | |
Format a number with grouped thousands 숫자에 천 단위 구분기호 표시
You have to log in to edit this translation.
|
|||
Inserts HTML line breaks before all newlines in a string | 문자열의 모든 개행 문자 전에 HTML 개행 넣기 | Details | |
Inserts HTML line breaks before all newlines in a string 문자열의 모든 개행 문자 전에 HTML 개행 넣기
You have to log in to edit this translation.
|
|||
Get UNIX timestamp for a date (each of the 6 arguments are optional) | 날짜를 UNIX 타임스탬프에서 가져오기 (각 6개의 매개 변수는 선택 사항) | Details | |
Get UNIX timestamp for a date (each of the 6 arguments are optional) 날짜를 UNIX 타임스탬프에서 가져오기 (각 6개의 매개 변수는 선택 사항)
You have to log in to edit this translation.
|
Export as