| Prio | Original string | Translation | — |
|---|---|---|---|
| Case-insensitive strstr | 대소문자를 구분하지 않는 strstr | Details | |
| Un-quotes a quoted string | 따옴표로 싸인 문자열에서 따옴표 없애기 | Details | |
| Find position of first occurrence of a case-insensitive string | 대소문자를 구분하지 않는 문자열의 처음 위치 찻기 | Details | |
|
Find position of first occurrence of a case-insensitive string 대소문자를 구분하지 않는 문자열의 처음 위치 찻기
You have to log in to edit this translation.
|
|||
| Strip HTML and PHP tags from a string | 문자열에서 HTML과 PHP 태그 없애기 | Details | |
|
Strip HTML and PHP tags from a string 문자열에서 HTML과 PHP 태그 없애기
You have to log in to edit this translation.
|
|||
| Binary safe string comparison | Binary safe 문자열 비교 | Details | |
| Binary safe case-insensitive string comparison | Binary safe 대소문자를 구분하지 않는 문자열 비교 | Details | |
|
Binary safe case-insensitive string comparison Binary safe 대소문자를 구분하지 않는 문자열 비교
You have to log in to edit this translation.
|
|||
| Replace all occurrences of the search string with the replacement string | 모든 찾는 문자열을 지정된 문자열로 바꾸기 | Details | |
|
Replace all occurrences of the search string with the replacement string 모든 찾는 문자열을 지정된 문자열로 바꾸기
You have to log in to edit this translation.
|
|||
| Repeat a string | 문자열 반복 | Details | |
| Pad a string to a certain length with another string | 다른 문자열과 함께 문자열을 특정 길이로 패딩하기 | Details | |
|
Pad a string to a certain length with another string 다른 문자열과 함께 문자열을 특정 길이로 패딩하기
You have to log in to edit this translation.
|
|||
| Calculate the Sample Standard Deviation for the list of numbers | 숫자 목록에 대한 표준편차 계산 | Details | |
|
Calculate the Sample Standard Deviation for the list of numbers 숫자 목록에 대한 표준편차 계산
You have to log in to edit this 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.
|
|||
Export as