Prio | Original string | Translation | — |
---|---|---|---|
Make a string lowercase | 소문자로 만들기 | Details | |
Find first occurrence of a string | 문자열의 처음 위치 찻기 | Details | |
Reverse a string | 문자열 뒤집기 | Details | |
Find position of first occurrence of a string | 문자열의 처음 위치 찾기 | Details | |
Find position of first occurrence of a string 문자열의 처음 위치 찾기
You have to log in to edit this translation.
|
|||
Get string length | 문자열 길이 구하기 | Details | |
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.
|
Export as