From professional translators, enterprises, web pages and freely available translation repositories.
if it is negative, it represents the number of characters from the end of string at which to stop replacing.
length 이 양수라면, 이는 치환 될 string 의 일부분의 길이를 나타낸다. 만약 음수라면, string 의 끝에서 부터의 문자의 수를 나타낸다. 만약 주어지지 않는다면 기본 값으로 strlen( string) 즉, string 의 끝에서 치환이 끝남을 의미한다.