{"id":9099,"date":"2024-02-29T14:56:03","date_gmt":"2024-02-29T05:56:03","guid":{"rendered":"https:\/\/www.auctionpro.co.kr\/?p=9099"},"modified":"2024-02-29T14:56:03","modified_gmt":"2024-02-29T05:56:03","slug":"regex-%eb%ac%b8%ec%9e%90-%ec%a0%9c%ec%99%b8-%eb%a1%9c%ec%a7%81","status":"publish","type":"post","link":"https:\/\/www.auctionpro.co.kr\/?p=9099","title":{"rendered":"Regex \ubb38\uc790 \uc81c\uc678 \ub85c\uc9c1"},"content":{"rendered":"\n<p>REPUBLIC OF&#8221;\ub97c \uc81c\uc678\ud558\uace0 &#8220;OF&#8221;\uac00 \ud3ec\ud568\ub41c \uc904\uc744 \ucc3e\uae30 \uc704\ud55c \uc815\uaddc \ud45c\ud604\uc2dd\uc744 \uc791\uc131\ud560 \ub54c, Lookahead\uc640 Lookbehind \uac19\uc740 \uc815\uaddc \ud45c\ud604\uc2dd\uc758 \uace0\uae09 \uae30\ub2a5\uc744 \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774\ub7ec\ud55c \uae30\ub2a5\uc744 \ud65c\uc6a9\ud558\uc5ec &#8220;REPUBLIC OF&#8221;\uac00 \uc544\ub2cc &#8220;OF&#8221;\ub97c \ud3ec\ud568\ud558\ub294 \ubb38\uc790\uc5f4\uc744 \ub9e4\uce6d\ud560 \uc218 \uc788\ub294 \ud328\ud134\uc744 \uad6c\uc131\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">\ub2e4\uc74c\uc740 &#8220;REPUBLIC OF&#8221;\ub97c \ud3ec\ud568\ud558\uc9c0 \uc54a\uc73c\uba74\uc11c &#8220;OF&#8221;\ub97c \ud3ec\ud568\ud558\ub294 \uc904\uc744 \ucc3e\uae30 \uc704\ud55c \uc815\uaddc \ud45c\ud604\uc2dd\uc758 \uc608\uc785\ub2c8\ub2e4:<\/h4>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><pre class=\"lang:vim decode:true \" title=\"regex\" >(?&lt;!REPUBLIC )\\bOF\\b<\/pre><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">\uc774 \uc815\uaddc \ud45c\ud604\uc2dd\uc740 \ub2e4\uc74c\uacfc \uac19\uc774 \uc791\ub3d9\ud569\ub2c8\ub2e4:<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>(?&lt;!REPUBLIC )\ub294 Negative Lookbehind\ub85c, &#8220;REPUBLIC &#8221; \ubb38\uc790\uc5f4\uc774 &#8220;OF&#8221; \uc55e\uc5d0 \uc624\uc9c0 \uc54a\ub294 \uacbd\uc6b0\uc5d0\ub9cc \ub9e4\uce6d\uc744 \ud5c8\uc6a9\ud569\ub2c8\ub2e4.<\/li>\n\n\n\n<li>\\bOF\\b\ub294 &#8220;OF&#8221;\ub77c\ub294 \ub2e8\uc5b4\uac00 \uacbd\uacc4\uc5d0 \uc704\uce58\ud55c \uacbd\uc6b0\ub97c \ucc3e\uc2b5\ub2c8\ub2e4. \\b\ub294 \ub2e8\uc5b4 \uacbd\uacc4\ub97c \ub098\ud0c0\ub0b4\ubbc0\ub85c, &#8220;OF&#8221;\uac00 \ub3c5\ub9bd\ub41c \ub2e8\uc5b4\ub85c \uc874\uc7ac\ud560 \ub54c \ub9e4\uce6d\ub429\ub2c8\ub2e4.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">C#\uc5d0\uc11c \uc774 \uc815\uaddc \ud45c\ud604\uc2dd\uc744 \uc0ac\uc6a9\ud558\ub294 \uc608\uc81c \ucf54\ub4dc\ub294 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4:<\/h3>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><pre class=\"lang:c# decode:true \" title=\"csharp\" >using System;\nusing System.Text.RegularExpressions;\n\nclass Program\n{\n    static void Main()\n    {\n        string text = \"This is OF example.\\nREPUBLIC OF example should not match.\\nOnly OF will match.\";\n\n        \/\/ \"REPUBLIC OF\"\ub97c \uc81c\uc678\ud558\uace0 \"OF\"\ub97c \ud3ec\ud568\ud558\ub294 \uc904 \ucc3e\uae30\n        var pattern = @\"(?&lt;!REPUBLIC )\\bOF\\b\";\n        var matches = Regex.Matches(text, pattern);\n\n        foreach (Match match in matches)\n        {\n            Console.WriteLine($\"Match found: {match.Value}\");\n        }\n    }\n}<\/pre><\/div>\n","protected":false},"excerpt":{"rendered":"<div class=\"mh-excerpt\"><p>REPUBLIC OF&#8221;\ub97c \uc81c\uc678\ud558\uace0 &#8220;OF&#8221;\uac00 \ud3ec\ud568\ub41c \uc904\uc744 \ucc3e\uae30 \uc704\ud55c \uc815\uaddc \ud45c\ud604\uc2dd\uc744 \uc791\uc131\ud560 \ub54c, Lookahead\uc640 Lookbehind \uac19\uc740 \uc815\uaddc \ud45c\ud604\uc2dd\uc758 \uace0\uae09 \uae30\ub2a5\uc744 \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774\ub7ec\ud55c \uae30\ub2a5\uc744 \ud65c\uc6a9\ud558\uc5ec <a class=\"mh-excerpt-more\" href=\"https:\/\/www.auctionpro.co.kr\/?p=9099\" title=\"Regex \ubb38\uc790 \uc81c\uc678 \ub85c\uc9c1\">[&#8230;]<\/a><\/p>\n<\/div>","protected":false},"author":6,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[10],"tags":[],"class_list":["post-9099","post","type-post","status-publish","format-standard","hentry","category-devc"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Regex \ubb38\uc790 \uc81c\uc678 \ub85c\uc9c1 - AuctionPro<\/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:\/\/www.auctionpro.co.kr\/?p=9099\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Regex \ubb38\uc790 \uc81c\uc678 \ub85c\uc9c1 - AuctionPro\" \/>\n<meta property=\"og:description\" content=\"REPUBLIC OF&#8221;\ub97c \uc81c\uc678\ud558\uace0 &#8220;OF&#8221;\uac00 \ud3ec\ud568\ub41c \uc904\uc744 \ucc3e\uae30 \uc704\ud55c \uc815\uaddc \ud45c\ud604\uc2dd\uc744 \uc791\uc131\ud560 \ub54c, Lookahead\uc640 Lookbehind \uac19\uc740 \uc815\uaddc \ud45c\ud604\uc2dd\uc758 \uace0\uae09 \uae30\ub2a5\uc744 \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774\ub7ec\ud55c \uae30\ub2a5\uc744 \ud65c\uc6a9\ud558\uc5ec [...]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.auctionpro.co.kr\/?p=9099\" \/>\n<meta property=\"og:site_name\" content=\"AuctionPro\" \/>\n<meta property=\"article:published_time\" content=\"2024-02-29T05:56:03+00:00\" \/>\n<meta name=\"author\" content=\"golgol\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\uae00\uc4f4\uc774\" \/>\n\t<meta name=\"twitter:data1\" content=\"golgol\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=9099#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=9099\"},\"author\":{\"name\":\"golgol\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#\\\/schema\\\/person\\\/d3dbae599b06cd55f5b14a3e2116f7a2\"},\"headline\":\"Regex \ubb38\uc790 \uc81c\uc678 \ub85c\uc9c1\",\"datePublished\":\"2024-02-29T05:56:03+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=9099\"},\"wordCount\":24,\"commentCount\":0,\"articleSection\":[\"[Dev]C#\"],\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=9099#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=9099\",\"url\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=9099\",\"name\":\"Regex \ubb38\uc790 \uc81c\uc678 \ub85c\uc9c1 - AuctionPro\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#website\"},\"datePublished\":\"2024-02-29T05:56:03+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#\\\/schema\\\/person\\\/d3dbae599b06cd55f5b14a3e2116f7a2\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=9099#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=9099\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=9099#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Regex \ubb38\uc790 \uc81c\uc678 \ub85c\uc9c1\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#website\",\"url\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/\",\"name\":\"AuctionPro\",\"description\":\"\uc625\uc158\ud504\ub85c\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#\\\/schema\\\/person\\\/d3dbae599b06cd55f5b14a3e2116f7a2\",\"name\":\"golgol\",\"url\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?author=6\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Regex \ubb38\uc790 \uc81c\uc678 \ub85c\uc9c1 - AuctionPro","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:\/\/www.auctionpro.co.kr\/?p=9099","og_locale":"ko_KR","og_type":"article","og_title":"Regex \ubb38\uc790 \uc81c\uc678 \ub85c\uc9c1 - AuctionPro","og_description":"REPUBLIC OF&#8221;\ub97c \uc81c\uc678\ud558\uace0 &#8220;OF&#8221;\uac00 \ud3ec\ud568\ub41c \uc904\uc744 \ucc3e\uae30 \uc704\ud55c \uc815\uaddc \ud45c\ud604\uc2dd\uc744 \uc791\uc131\ud560 \ub54c, Lookahead\uc640 Lookbehind \uac19\uc740 \uc815\uaddc \ud45c\ud604\uc2dd\uc758 \uace0\uae09 \uae30\ub2a5\uc744 \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774\ub7ec\ud55c \uae30\ub2a5\uc744 \ud65c\uc6a9\ud558\uc5ec [...]","og_url":"https:\/\/www.auctionpro.co.kr\/?p=9099","og_site_name":"AuctionPro","article_published_time":"2024-02-29T05:56:03+00:00","author":"golgol","twitter_card":"summary_large_image","twitter_misc":{"\uae00\uc4f4\uc774":"golgol"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.auctionpro.co.kr\/?p=9099#article","isPartOf":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=9099"},"author":{"name":"golgol","@id":"https:\/\/www.auctionpro.co.kr\/#\/schema\/person\/d3dbae599b06cd55f5b14a3e2116f7a2"},"headline":"Regex \ubb38\uc790 \uc81c\uc678 \ub85c\uc9c1","datePublished":"2024-02-29T05:56:03+00:00","mainEntityOfPage":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=9099"},"wordCount":24,"commentCount":0,"articleSection":["[Dev]C#"],"inLanguage":"ko-KR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.auctionpro.co.kr\/?p=9099#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.auctionpro.co.kr\/?p=9099","url":"https:\/\/www.auctionpro.co.kr\/?p=9099","name":"Regex \ubb38\uc790 \uc81c\uc678 \ub85c\uc9c1 - AuctionPro","isPartOf":{"@id":"https:\/\/www.auctionpro.co.kr\/#website"},"datePublished":"2024-02-29T05:56:03+00:00","author":{"@id":"https:\/\/www.auctionpro.co.kr\/#\/schema\/person\/d3dbae599b06cd55f5b14a3e2116f7a2"},"breadcrumb":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=9099#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.auctionpro.co.kr\/?p=9099"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.auctionpro.co.kr\/?p=9099#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/www.auctionpro.co.kr\/"},{"@type":"ListItem","position":2,"name":"Regex \ubb38\uc790 \uc81c\uc678 \ub85c\uc9c1"}]},{"@type":"WebSite","@id":"https:\/\/www.auctionpro.co.kr\/#website","url":"https:\/\/www.auctionpro.co.kr\/","name":"AuctionPro","description":"\uc625\uc158\ud504\ub85c","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.auctionpro.co.kr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Person","@id":"https:\/\/www.auctionpro.co.kr\/#\/schema\/person\/d3dbae599b06cd55f5b14a3e2116f7a2","name":"golgol","url":"https:\/\/www.auctionpro.co.kr\/?author=6"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/posts\/9099","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=9099"}],"version-history":[{"count":0,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/posts\/9099\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=9099"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=9099"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=9099"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}