혹시 check suv(으)로 찾으셨나요?
블로그
- [VBA TIP]B열의 문자값을 A행 홀수 아래에 각각 삽입 B열 제거 odd-row character values from column B below odd-numbered rows of A, delete column B when all done Macro Sub Rows.Count, 2).End(xlUp).Row ' Iterate through each odd row in column A For i = 1 To lastRowA Step 2 ' Check
- Python - Simple Matching - search function : use re.search(r"search key word", "string") r means raw string - check if the text one occurrence of any other character in between. - re.search('^x', 'xenon') : find the path of the sub-string