What is the translation of " INPUT STRING " in Korean?

['inpʊt striŋ]
['inpʊt striŋ]
input string
the input string
입력 문자열
input string
입력 문자열의

Examples of using Input string in English and their translations into Korean

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
Matches the end of the input string.
입력 문자열의 끝 부분에서 검색을 종료합니다.
W IP52 And 2 Input String Solar Pump Inverter For Swimming Pool.
수영풀을 위한 2200W IP52와 2 입력된 끈 태양 펌프 변환장치.
Matches the beginning of the input string.
입력 문자열의 시작 부분에서 일치 항목 찾기를 시작합니다.
In this example, the input string"ABC123DEF456" contains two matches.
이 예제에서는 입력 문자열 "ABC123DEF456" 에 두 개의 일치 항목이 포함되어 있습니다.
Changing the order in an input string.
입력 문자열에서 순서 변경하기(Changing the Order in an Input String).
In this example, the input string"aa1bb2cc3dd4ee5" contains five matches.
이 예제에서는 입력 문자열 " aa 1 bb 2 cc 3 dd 4 ee 5 " 에 다섯 개의 일치 항목이 포함되어 있습니다.
Matches the end of the input string.
입력 문자열의 끝 부분을 찾습니다. Match the end of the input string.
For example, if the input string is 300, and the data type is a 8-bit signed integer, LabVIEW sets the value to 127.
예를 들어, 입력 문자열이 300이고 데이터 타입이 8비트 부호있는 정수인 경우, LabVIEW는 값을 127로 설정합니다.
Substitutes all the text of the input string after the match.
대체 문자열에서 일치하는 문자열 뒤에 입력 문자열의 모든 텍스트를 포함합니다.
Indicates whether the regular expression finds a match in the input string.
지정된 정규식이 지정된 입력 문자열에서 일치하는 항목을 찾을 것인지 여부를 나타냅니다.
Split String array of substrings from the input string which is delimited by a specified Delimiter.
지정된 구분 기호로 구분되는 입력 문자열의 부분 문자열을 포함하는 문자열의 배열을 반환합니다.
Matches the position at the end of the input string.
End the match at the end of the input string.
Because the beginning of the input string matches the regular expression pattern, the first array element contains String.
입력 문자열의 시작 부분이 정규식 패턴과 일치 하기 때문에 첫 번째 배열 요소는 String.
For more information,see Substituting the Entire Input String.
자세한 내용은 전체 입력 문자열 대체를 참조하십시오. For more information,see Substituting the Entire Input String.
For example, you can test an input string to see if a telephone number pattern or a credit card number pattern occurs within the string..
예를 들어, 입력 문자열을 테스트하여 전화 번호 패턴 또는 신용 카드 번호 패턴이 문자열에 있는지 볼 수 있습니다.
Start the match at the beginning of the input string.
입력 문자열의 시작 부분에서 일치 항목 찾기를 시작합니다. Begin the match at the start of the input string.
Singleline option interprets the entire input string as a single line, it matches every character in the input string, including\n.
Singleline 옵션은 전체 입력 문자열을 한 줄로 해석하기 때문에 \n을 포함하여 입력 문자열의 모든 문자와 일치합니다.
Look for a single occurrence of the dollar symbol($) in the input string.
입력 문자열에서 단일 달러 기호($)를 찾습니다. Look for a single occurrence of the dollar symbol ($) in the input string.
Represents a substitute input string that is used when the original input character cannot be encoded.
원래 입력된 문자를 인코딩할 수 없는 경우 사용 되는 대체 입력된 문자열을 나타냅니다. Represents a substitute input string that is used when the original input character cannot be encoded.
The following example uses the regular expression pattern\d+ to split an input string on numeric characters.
다음 예제에서는 정규식 패턴 \d+ 숫자에서 입력된 문자열을 분할 합니다. The following example uses the regular expression pattern \d+ to split an input string on numeric characters.
The input string(which can be any ASCII values between 0-255) is encoded using the selected encoding or encodings(it is possible to switch encoding mid-way through the string)..
입력한 문자열(0에서 255사이의 어떠한 ASCII 값을 가질수 있음)은 선택된 인코딩을 사용하거나 인코딩들(이것은 문자열을 통하여 중간방식(mid-way) 인코딩으로 바꿀 수 있음)을 사용하여 인코딩됩니다.
The search for the regular expression pattern starts at a specified character position in the input string.
입력 문자열에서 지정된 문자 위치부터 정규식 패턴을 검색합니다. The search for the regular expression pattern starts at a specified character position in the input string.
Empty, the second contains the first set of alphabetic characters in the input string, and the third contains the remainder of the string that follows the third match.
Empty을 포함 하 고, 두 번째 요소는 입력 문자열에서 첫 번째 알파벳 문자 집합을 포함 하 고, 세 번째는 세 번째 일치 항목 뒤에 오는 문자열의 나머지를 포함 합니다.
They use a regular expression pattern to define all or part of the text that is to replace matched text in the input string.
정규식 패턴을 사용하여 입력 문자열에서 일치하는 텍스트를 바꿀 텍스트의 전부 또는 일부를 정의합니다. They use a regular expression pattern to define all or part of the text that is to replace matched text in the input string.
The following example uses the regular expression pattern[a-z]+ to split an input string on any uppercase or lowercase alphabetic character.
다음 예제에서는 정규식 패턴 [ a - z ] + 대문자 나 소문자 알파벳 문자 에서 입력 된 문자열 을 분할 합니다. The following example uses the regular expression pattern [a-z]+ to split an input string on any uppercase or lowercase alphabetic character.
The following example uses the regular expression pattern\d+ to match a sequence of one or more decimal digits in the input string.
다음 예제에서는 \d+ 정규식 패턴을 사용하여 입력 문자열에서 하나 이상의 숫자가 연속적으로 표시된 부분을 찾습니다. The following example uses the regular expression pattern \ d + to match a sequence of one or more decimal digits in the input string.
Because the null string matches the end of the input string, a null string is inserted at the end of the returned array.
Null 문자열 일치는 입력된 문자열의 끝, 때문에 null 문자열이 반환 되는 배열의 끝에 삽입 됩니다. Because the null string matches the end of the input string, a null string is inserted at the end of the returned array.
If no matches are found fromthe count+1 position in the string, the method returns a one-element array that contains the input string.
일치 하는 경우는 count+ 1 위치를 표시, 메서드를 포함 하는 요소가 하나인 배열 반환을 input 문자열입니다. If no matches are found from the count+1 position in the string,the method returns a one-element array that contains the input string.
If pattern is not found in the input string, the return value contains one element whose value is the original input string.
경우 pattern 에 없는 합니다 input 문자열을 반환 값에 포함 한 요소 값은 원래 input 문자열입니다. If pattern is not found in the input string, the return value contains one element whose value is the original input string.
If the CultureInfo associated with the current culture cannot parse the input string, a FormatException is thrown.
현재 문화권과 연결된 CultureInfo가 입력 문자열을 구문 분석할 수 없는 경우 FormatException이 throw됩니다. If the CultureInfo associated with the current culture cannot parse the input string, a FormatException is thrown.
Results: 105, Time: 0.0341

Word-for-word translation

Top dictionary queries

English - Korean