{"id":24231,"date":"2024-10-25T14:17:21","date_gmt":"2024-10-25T14:17:21","guid":{"rendered":"https:\/\/atmokpo.com\/w\/?p=24231"},"modified":"2024-11-26T08:03:50","modified_gmt":"2024-11-26T08:03:50","slug":"08-2-%ed%8c%8c%ec%9d%b4%ec%8d%ac-%ea%b0%95%ec%a2%8c-%ec%a0%95%ea%b7%9c-%ed%91%9c%ed%98%84%ec%8b%9d-%ec%8b%9c%ec%9e%91%ed%95%98%ea%b8%b0","status":"publish","type":"post","link":"https:\/\/atmokpo.com\/w\/24231\/","title":{"rendered":"08-2 \ud30c\uc774\uc36c \uac15\uc88c &#8211; \uc815\uaddc \ud45c\ud604\uc2dd \uc2dc\uc791\ud558\uae30"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">\uc815\uaddc \ud45c\ud604\uc2dd\uc774\ub780?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">\uc815\uaddc \ud45c\ud604\uc2dd\uc740 \ubb38\uc790\uc5f4\uc744 \ud2b9\uc815\ud55c \ud328\ud134\uacfc \uc77c\uce58\uc2dc\ud0a4\uae30 \uc704\ud55c \uac15\ub825\ud55c \ub3c4\uad6c\uc785\ub2c8\ub2e4. \uc8fc\ub85c \ub370\uc774\ud130 \uc720\ud6a8\uc131 \uac80\uc0ac, \uac80\uc0c9, \uadf8\ub9ac\uace0 \ud14d\uc2a4\ud2b8 \ucc98\ub9ac \uc791\uc5c5\uc5d0 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. \ud504\ub85c\uadf8\ub798\ubc0d \uc5b8\uc5b4\ub4e4, \ud2b9\ud788 \ud30c\uc774\uc36c\uc5d0\uc11c \uc815\uaddc \ud45c\ud604\uc2dd\uc744 \ud65c\uc6a9\ud558\uba74 \ubcf5\uc7a1\ud55c \ud328\ud134 \ub9e4\uce6d\uc744 \uc27d\uac8c \ucc98\ub9ac\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\ud30c\uc774\uc36c\uc5d0\uc11c \uc815\uaddc \ud45c\ud604\uc2dd \uc0ac\uc6a9\ud558\uae30<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">\ud30c\uc774\uc36c\uc758&nbsp;<code>re<\/code>&nbsp;\ubaa8\ub4c8\uc5d0\uc11c\ub294 \ub2e4\uc591\ud55c \uc815\uaddc \ud45c\ud604\uc2dd \uad00\ub828 \uae30\ub2a5\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4. \uc8fc\ub85c \uc0ac\uc6a9\ud558\ub294 \ud568\uc218\ub85c\ub294&nbsp;<code>match<\/code>,&nbsp;<code>search<\/code>,&nbsp;<code>findall<\/code>,&nbsp;<code>finditer<\/code>&nbsp;\ub4f1\uc744 \uc18c\uac1c\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\n# re \ubaa8\ub4c8 \uc784\ud3ec\ud2b8\nimport re\n\n# \ud328\ud134 \ub9e4\uce6d \uc608\uc81c\npattern = re.compile(r'\\d+')\n\n# \ubb38\uc790\uc5f4\uc5d0\uc11c \uc22b\uc790\ub97c \uac80\uc0c9\nmatch = pattern.search(\"\ube44\uc6a9\uc740 1200\uc6d0\uc785\ub2c8\ub2e4.\")\nif match:\n    print(\"\uc22b\uc790 \ubc1c\uacac:\", match.group())\n    <\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">\uc815\uaddc \ud45c\ud604\uc2dd\uc758 \uae30\ubcf8 \ud328\ud134<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">\uc815\uaddc \ud45c\ud604\uc2dd\uc5d0\uc11c \uc790\uc8fc \uc0ac\uc6a9\ub418\ub294 \uba54\ud0c0 \ubb38\uc790\ub4e4\uc744 \ud1b5\ud574 \ubcf4\ub2e4 \ubcf5\uc7a1\ud55c \ud328\ud134 \ub9e4\uce6d\uc744 \uc218\ud589\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc608\ub97c \ub4e4\uc5b4:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>.<\/code>\u00a0: \uc784\uc758\uc758 \ud55c \ubb38\uc790<\/li>\n\n\n\n<li><code>^<\/code>\u00a0: \ubb38\uc790\uc5f4\uc758 \uc2dc\uc791<\/li>\n\n\n\n<li><code>$<\/code>\u00a0: \ubb38\uc790\uc5f4\uc758 \ub05d<\/li>\n\n\n\n<li><code>*<\/code>\u00a0: 0\uac1c \uc774\uc0c1\uc758 \ubc18\ubcf5<\/li>\n\n\n\n<li><code>+<\/code>\u00a0: 1\uac1c \uc774\uc0c1\uc758 \ubc18\ubcf5<\/li>\n\n\n\n<li><code>?<\/code>\u00a0: 0\uac1c \ub610\ub294 1\uac1c\uc758 \ubc18\ubcf5<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">\uace0\uae09 \ud328\ud134 \ub9e4\uce6d<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">\uc815\uaddc \ud45c\ud604\uc2dd\uc744 \ubcf4\ub2e4 \uae4a\uc774 \uc788\uac8c \uc0ac\uc6a9\ud558\ub824\uba74, \uadf8\ub8f9\ud654\uc640 \ucea1\uccd0, \uc804\ubc29 \ud0d0\uc0c9 \ubc0f \ud6c4\ubc29 \ud0d0\uc0c9 \uac19\uc740 \uace0\uae09 \uae30\ub2a5\uc744 \uc774\ud574\ud574\uc57c \ud569\ub2c8\ub2e4.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\n# \uadf8\ub8f9\ud654 \uc608\uc81c\npattern = re.compile(r'(\\d{3})-(\\d{3,4})-(\\d{4})')\nmatch = pattern.search(\"\uc804\ud654\ubc88\ud638\ub294 010-1234-5678\uc785\ub2c8\ub2e4.\")\nif match:\n    print(\"\uc9c0\uc5ed \ubc88\ud638:\", match.group(1))\n    print(\"\uc911\uac04 \ubc88\ud638:\", match.group(2))\n    print(\"\ub9c8\uc9c0\ub9c9 \ubc88\ud638:\", match.group(3))\n    <\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">\uc815\uaddc \ud45c\ud604\uc2dd\uc758 \uc720\uc6a9\ud55c \uc608\uc81c<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">\uc815\uaddc \ud45c\ud604\uc2dd\uc740 \ub2e4\uc591\ud55c \ubb38\uc790\uc5f4 \ud328\ud134\uc744 \uc2dd\ubcc4\ud558\uace0 \ucc98\ub9ac\ud558\ub294 \ub370 \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc608\ub97c \ub4e4\uc5b4, \uc774\uba54\uc77c \uc8fc\uc18c\uc758 \uc720\ud6a8\uc131\uc744 \uac80\uc0ac\ud558\uac70\ub098, \ud14d\uc2a4\ud2b8\uc5d0\uc11c URL\uc744 \ucd94\ucd9c\ud558\ub294 \ub4f1\uc758 \uc791\uc5c5\uc744 \ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\uc2e4\uc804 \uc608\uc81c<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">\uc2e4\ubb34\uc5d0\uc11c\uc758 \ub2e4\uc591\ud55c \uc0ac\ub840\ub97c \ud1b5\ud574 \uc815\uaddc \ud45c\ud604\uc2dd\uc758 \uc751\uc6a9\uc744 \uc0b4\ud3b4\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \uc774 \ubd80\ubd84\uc5d0\uc11c\ub294 \uad6c\uccb4\uc801\uc778 \ucf54\ub4dc\ub97c \ud1b5\ud574 \uc815\uaddc \ud45c\ud604\uc2dd\uc774 \ubb38\uc81c \ud574\uacb0\uc5d0 \uc5b4\ub5bb\uac8c \uae30\uc5ec\ud560 \uc218 \uc788\ub294\uc9c0\ub97c \ubcf4\uc5ec\uc90d\ub2c8\ub2e4.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\uc815\uaddc \ud45c\ud604\uc2dd\uc744 \uc0ac\uc6a9\ud560 \ub54c\uc758 \uc8fc\uc758\uc810<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">\uc815\uaddc \ud45c\ud604\uc2dd\uc740 \uac15\ub825\ud55c \ub3c4\uad6c\uc774\uc9c0\ub9cc, \ub54c\ub54c\ub85c \uc131\ub2a5 \ubb38\uc81c\uac00 \ubc1c\uc0dd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ud2b9\ud788 \ub9e4\uc6b0 \ubcf5\uc7a1\ud55c \ud328\ud134\uc774\ub098 \ub300\uc6a9\ub7c9 \ub370\uc774\ud130\uc5d0 \uc801\uc6a9\ud560 \ub54c\ub294 \uc8fc\uc758\ub97c \uae30\uc6b8\uc5ec\uc57c \ud569\ub2c8\ub2e4. \ub610\ud55c, \uac00\ub3c5\uc131\uacfc \uc720\uc9c0 \ubcf4\uc218\uc131\uc744 \uace0\ub824\ud558\uc5ec \uc0ac\uc6a9\ud574\uc57c \ud569\ub2c8\ub2e4.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\uacb0\ub860<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">\uc815\uaddc \ud45c\ud604\uc2dd\uc740 \ud30c\uc774\uc36c\uacfc \uac19\uc740 \ud504\ub85c\uadf8\ub798\ubc0d \uc5b8\uc5b4\uc5d0\uc11c \ub9e4\uc6b0 \uc720\uc6a9\ud55c \uae30\ub2a5\uc785\ub2c8\ub2e4. \ucda9\ubd84\ud55c \uc5f0\uc2b5\uacfc \uc774\ud574\ub97c \ud1b5\ud574, \ucf54\ub4dc\ub97c \ubcf4\ub2e4 \ud6a8\uc728\uc801\uc774\uace0 \uac04\uacb0\ud558\uac8c \uc791\uc131\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\uc815\uaddc \ud45c\ud604\uc2dd\uc774\ub780? \uc815\uaddc \ud45c\ud604\uc2dd\uc740 \ubb38\uc790\uc5f4\uc744 \ud2b9\uc815\ud55c \ud328\ud134\uacfc \uc77c\uce58\uc2dc\ud0a4\uae30 \uc704\ud55c \uac15\ub825\ud55c \ub3c4\uad6c\uc785\ub2c8\ub2e4. \uc8fc\ub85c \ub370\uc774\ud130 \uc720\ud6a8\uc131 \uac80\uc0ac, \uac80\uc0c9, \uadf8\ub9ac\uace0 \ud14d\uc2a4\ud2b8 \ucc98\ub9ac \uc791\uc5c5\uc5d0 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. \ud504\ub85c\uadf8\ub798\ubc0d \uc5b8\uc5b4\ub4e4, \ud2b9\ud788 \ud30c\uc774\uc36c\uc5d0\uc11c \uc815\uaddc \ud45c\ud604\uc2dd\uc744 \ud65c\uc6a9\ud558\uba74 \ubcf5\uc7a1\ud55c \ud328\ud134 \ub9e4\uce6d\uc744 \uc27d\uac8c \ucc98\ub9ac\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ud30c\uc774\uc36c\uc5d0\uc11c \uc815\uaddc \ud45c\ud604\uc2dd \uc0ac\uc6a9\ud558\uae30 \ud30c\uc774\uc36c\uc758&nbsp;re&nbsp;\ubaa8\ub4c8\uc5d0\uc11c\ub294 \ub2e4\uc591\ud55c \uc815\uaddc \ud45c\ud604\uc2dd \uad00\ub828 \uae30\ub2a5\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4. \uc8fc\ub85c \uc0ac\uc6a9\ud558\ub294 \ud568\uc218\ub85c\ub294&nbsp;match,&nbsp;search,&nbsp;findall,&nbsp;finditer&nbsp;\ub4f1\uc744 \uc18c\uac1c\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc815\uaddc \ud45c\ud604\uc2dd\uc758 \uae30\ubcf8 &hellip; <a href=\"https:\/\/atmokpo.com\/w\/24231\/\" class=\"more-link\">\ub354 \ubcf4\uae30<span class=\"screen-reader-text\"> &#8220;08-2 \ud30c\uc774\uc36c \uac15\uc88c &#8211; \uc815\uaddc \ud45c\ud604\uc2dd \uc2dc\uc791\ud558\uae30&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[11],"tags":[14,15],"class_list":["post-24231","post","type-post","status-publish","format-standard","hentry","category-11","tag-14","tag-15"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>08-2 \ud30c\uc774\uc36c \uac15\uc88c - \uc815\uaddc \ud45c\ud604\uc2dd \uc2dc\uc791\ud558\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/atmokpo.com\/w\/24231\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"08-2 \ud30c\uc774\uc36c \uac15\uc88c - \uc815\uaddc \ud45c\ud604\uc2dd \uc2dc\uc791\ud558\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"og:description\" content=\"\uc815\uaddc \ud45c\ud604\uc2dd\uc774\ub780? \uc815\uaddc \ud45c\ud604\uc2dd\uc740 \ubb38\uc790\uc5f4\uc744 \ud2b9\uc815\ud55c \ud328\ud134\uacfc \uc77c\uce58\uc2dc\ud0a4\uae30 \uc704\ud55c \uac15\ub825\ud55c \ub3c4\uad6c\uc785\ub2c8\ub2e4. \uc8fc\ub85c \ub370\uc774\ud130 \uc720\ud6a8\uc131 \uac80\uc0ac, \uac80\uc0c9, \uadf8\ub9ac\uace0 \ud14d\uc2a4\ud2b8 \ucc98\ub9ac \uc791\uc5c5\uc5d0 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. \ud504\ub85c\uadf8\ub798\ubc0d \uc5b8\uc5b4\ub4e4, \ud2b9\ud788 \ud30c\uc774\uc36c\uc5d0\uc11c \uc815\uaddc \ud45c\ud604\uc2dd\uc744 \ud65c\uc6a9\ud558\uba74 \ubcf5\uc7a1\ud55c \ud328\ud134 \ub9e4\uce6d\uc744 \uc27d\uac8c \ucc98\ub9ac\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ud30c\uc774\uc36c\uc5d0\uc11c \uc815\uaddc \ud45c\ud604\uc2dd \uc0ac\uc6a9\ud558\uae30 \ud30c\uc774\uc36c\uc758&nbsp;re&nbsp;\ubaa8\ub4c8\uc5d0\uc11c\ub294 \ub2e4\uc591\ud55c \uc815\uaddc \ud45c\ud604\uc2dd \uad00\ub828 \uae30\ub2a5\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4. \uc8fc\ub85c \uc0ac\uc6a9\ud558\ub294 \ud568\uc218\ub85c\ub294&nbsp;match,&nbsp;search,&nbsp;findall,&nbsp;finditer&nbsp;\ub4f1\uc744 \uc18c\uac1c\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc815\uaddc \ud45c\ud604\uc2dd\uc758 \uae30\ubcf8 &hellip; \ub354 \ubcf4\uae30 &quot;08-2 \ud30c\uc774\uc36c \uac15\uc88c &#8211; \uc815\uaddc \ud45c\ud604\uc2dd \uc2dc\uc791\ud558\uae30&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/atmokpo.com\/w\/24231\/\" \/>\n<meta property=\"og:site_name\" content=\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"article:published_time\" content=\"2024-10-25T14:17:21+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-26T08:03:50+00:00\" \/>\n<meta name=\"author\" content=\"root\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@bebubo4\" \/>\n<meta name=\"twitter:site\" content=\"@bebubo4\" \/>\n<meta name=\"twitter:label1\" content=\"\uae00\uc4f4\uc774\" \/>\n\t<meta name=\"twitter:data1\" content=\"root\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/atmokpo.com\/w\/24231\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/24231\/\"},\"author\":{\"name\":\"root\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\"},\"headline\":\"08-2 \ud30c\uc774\uc36c \uac15\uc88c &#8211; \uc815\uaddc \ud45c\ud604\uc2dd \uc2dc\uc791\ud558\uae30\",\"datePublished\":\"2024-10-25T14:17:21+00:00\",\"dateModified\":\"2024-11-26T08:03:50+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/atmokpo.com\/w\/24231\/\"},\"wordCount\":10,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"keywords\":[\"\ud30c\uc774\uc36c\",\"\ud30c\uc774\uc36c\uac15\uc88c\"],\"articleSection\":[\"\ud30c\uc774\uc36c\uacf5\ubd80\"],\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/atmokpo.com\/w\/24231\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/atmokpo.com\/w\/24231\/\",\"url\":\"https:\/\/atmokpo.com\/w\/24231\/\",\"name\":\"08-2 \ud30c\uc774\uc36c \uac15\uc88c - \uc815\uaddc \ud45c\ud604\uc2dd \uc2dc\uc791\ud558\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#website\"},\"datePublished\":\"2024-10-25T14:17:21+00:00\",\"dateModified\":\"2024-11-26T08:03:50+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/atmokpo.com\/w\/24231\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/atmokpo.com\/w\/24231\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/atmokpo.com\/w\/24231\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\/\/atmokpo.com\/w\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"08-2 \ud30c\uc774\uc36c \uac15\uc88c &#8211; \uc815\uaddc \ud45c\ud604\uc2dd \uc2dc\uc791\ud558\uae30\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/atmokpo.com\/w\/#website\",\"url\":\"https:\/\/atmokpo.com\/w\/\",\"name\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/atmokpo.com\/w\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\",\"name\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"url\":\"https:\/\/atmokpo.com\/w\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png\",\"contentUrl\":\"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png\",\"width\":400,\"height\":400,\"caption\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\"},\"image\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/bebubo4\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\",\"name\":\"root\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g\",\"caption\":\"root\"},\"sameAs\":[\"http:\/\/atmokpo.com\/w\"],\"url\":\"https:\/\/atmokpo.com\/w\/author\/root\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"08-2 \ud30c\uc774\uc36c \uac15\uc88c - \uc815\uaddc \ud45c\ud604\uc2dd \uc2dc\uc791\ud558\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/atmokpo.com\/w\/24231\/","og_locale":"ko_KR","og_type":"article","og_title":"08-2 \ud30c\uc774\uc36c \uac15\uc88c - \uc815\uaddc \ud45c\ud604\uc2dd \uc2dc\uc791\ud558\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","og_description":"\uc815\uaddc \ud45c\ud604\uc2dd\uc774\ub780? \uc815\uaddc \ud45c\ud604\uc2dd\uc740 \ubb38\uc790\uc5f4\uc744 \ud2b9\uc815\ud55c \ud328\ud134\uacfc \uc77c\uce58\uc2dc\ud0a4\uae30 \uc704\ud55c \uac15\ub825\ud55c \ub3c4\uad6c\uc785\ub2c8\ub2e4. \uc8fc\ub85c \ub370\uc774\ud130 \uc720\ud6a8\uc131 \uac80\uc0ac, \uac80\uc0c9, \uadf8\ub9ac\uace0 \ud14d\uc2a4\ud2b8 \ucc98\ub9ac \uc791\uc5c5\uc5d0 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. \ud504\ub85c\uadf8\ub798\ubc0d \uc5b8\uc5b4\ub4e4, \ud2b9\ud788 \ud30c\uc774\uc36c\uc5d0\uc11c \uc815\uaddc \ud45c\ud604\uc2dd\uc744 \ud65c\uc6a9\ud558\uba74 \ubcf5\uc7a1\ud55c \ud328\ud134 \ub9e4\uce6d\uc744 \uc27d\uac8c \ucc98\ub9ac\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ud30c\uc774\uc36c\uc5d0\uc11c \uc815\uaddc \ud45c\ud604\uc2dd \uc0ac\uc6a9\ud558\uae30 \ud30c\uc774\uc36c\uc758&nbsp;re&nbsp;\ubaa8\ub4c8\uc5d0\uc11c\ub294 \ub2e4\uc591\ud55c \uc815\uaddc \ud45c\ud604\uc2dd \uad00\ub828 \uae30\ub2a5\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4. \uc8fc\ub85c \uc0ac\uc6a9\ud558\ub294 \ud568\uc218\ub85c\ub294&nbsp;match,&nbsp;search,&nbsp;findall,&nbsp;finditer&nbsp;\ub4f1\uc744 \uc18c\uac1c\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc815\uaddc \ud45c\ud604\uc2dd\uc758 \uae30\ubcf8 &hellip; \ub354 \ubcf4\uae30 \"08-2 \ud30c\uc774\uc36c \uac15\uc88c &#8211; \uc815\uaddc \ud45c\ud604\uc2dd \uc2dc\uc791\ud558\uae30\"","og_url":"https:\/\/atmokpo.com\/w\/24231\/","og_site_name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","article_published_time":"2024-10-25T14:17:21+00:00","article_modified_time":"2024-11-26T08:03:50+00:00","author":"root","twitter_card":"summary_large_image","twitter_creator":"@bebubo4","twitter_site":"@bebubo4","twitter_misc":{"\uae00\uc4f4\uc774":"root"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/atmokpo.com\/w\/24231\/#article","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/24231\/"},"author":{"name":"root","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7"},"headline":"08-2 \ud30c\uc774\uc36c \uac15\uc88c &#8211; \uc815\uaddc \ud45c\ud604\uc2dd \uc2dc\uc791\ud558\uae30","datePublished":"2024-10-25T14:17:21+00:00","dateModified":"2024-11-26T08:03:50+00:00","mainEntityOfPage":{"@id":"https:\/\/atmokpo.com\/w\/24231\/"},"wordCount":10,"commentCount":0,"publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"keywords":["\ud30c\uc774\uc36c","\ud30c\uc774\uc36c\uac15\uc88c"],"articleSection":["\ud30c\uc774\uc36c\uacf5\ubd80"],"inLanguage":"ko-KR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/atmokpo.com\/w\/24231\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/atmokpo.com\/w\/24231\/","url":"https:\/\/atmokpo.com\/w\/24231\/","name":"08-2 \ud30c\uc774\uc36c \uac15\uc88c - \uc815\uaddc \ud45c\ud604\uc2dd \uc2dc\uc791\ud558\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/#website"},"datePublished":"2024-10-25T14:17:21+00:00","dateModified":"2024-11-26T08:03:50+00:00","breadcrumb":{"@id":"https:\/\/atmokpo.com\/w\/24231\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atmokpo.com\/w\/24231\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/atmokpo.com\/w\/24231\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/atmokpo.com\/w\/en\/"},{"@type":"ListItem","position":2,"name":"08-2 \ud30c\uc774\uc36c \uac15\uc88c &#8211; \uc815\uaddc \ud45c\ud604\uc2dd \uc2dc\uc791\ud558\uae30"}]},{"@type":"WebSite","@id":"https:\/\/atmokpo.com\/w\/#website","url":"https:\/\/atmokpo.com\/w\/","name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","description":"","publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/atmokpo.com\/w\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Organization","@id":"https:\/\/atmokpo.com\/w\/#organization","name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","url":"https:\/\/atmokpo.com\/w\/","logo":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/","url":"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png","contentUrl":"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png","width":400,"height":400,"caption":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8"},"image":{"@id":"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/bebubo4"]},{"@type":"Person","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7","name":"root","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g","caption":"root"},"sameAs":["http:\/\/atmokpo.com\/w"],"url":"https:\/\/atmokpo.com\/w\/author\/root\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack-related-posts":[],"_links":{"self":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/24231","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/comments?post=24231"}],"version-history":[{"count":2,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/24231\/revisions"}],"predecessor-version":[{"id":24244,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/24231\/revisions\/24244"}],"wp:attachment":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/media?parent=24231"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/categories?post=24231"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/tags?post=24231"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}