{"id":13487,"date":"2026-04-28T09:12:25","date_gmt":"2026-04-28T00:12:25","guid":{"rendered":"https:\/\/rakkoserver.com\/plus\/?p=13487"},"modified":"2026-04-28T09:12:25","modified_gmt":"2026-04-28T00:12:25","slug":"tool-regex-checker","status":"publish","type":"post","link":"https:\/\/rakkoserver.com\/plus\/tool-regex-checker\/","title":{"rendered":"\u6b63\u898f\u8868\u73fe\u30c1\u30a7\u30c3\u30ab\u30fc"},"content":{"rendered":"<div id=\"sgb-css-id-1\">\n<div id=\"rxchk-app-container\">\n    <style>\n        \/* CSS Variables & Reset *\/\n        #rxchk-app-container {\n            width: 100%;\n            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n            color: #333;\n            box-sizing: border-box;\n            line-height: 1.6;\n        }\n        #rxchk-app-container * {\n            box-sizing: border-box;\n        }\n        .rxchk-section {\n            margin-bottom: 24px;\n        }\n        .rxchk-title {\n            font-size: 18px;\n            font-weight: bold;\n            margin: 0 0 12px 0;\n            padding-bottom: 8px;\n            border-bottom: 1px solid #ddd;\n            color: #13284B;\n            text-align: left;\n        }\n        .rxchk-subtitle {\n            font-size: 14px;\n            font-weight: bold;\n            margin: 0 0 8px 0;\n            color: #555;\n        }\n        .rxchk-flex {\n            display: flex;\n            gap: 12px;\n            flex-wrap: wrap;\n        }\n        .rxchk-flex-col {\n            display: flex;\n            flex-direction: column;\n            gap: 8px;\n        }\n        \/* Inputs *\/\n        .rxchk-input-group {\n            margin-bottom: 16px;\n        }\n        .rxchk-input-text {\n            width: 100%;\n            padding: 10px;\n            border: 1px solid #ccc;\n            border-radius: 4px;\n            font-size: 16px;\n            font-family: monospace;\n            background-color: #fafafa;\n        }\n        .rxchk-input-text:focus {\n            outline: none;\n            border-color: #13284B;\n            background-color: #fff;\n        }\n        .rxchk-textarea {\n            resize: vertical;\n            min-height: 100px;\n        }\n        \/* Checkboxes & Radios *\/\n        .rxchk-label {\n            display: inline-flex;\n            align-items: center;\n            cursor: pointer;\n            font-size: 14px;\n            margin-right: 12px;\n        }\n        .rxchk-label input {\n            margin-right: 4px;\n        }\n        \/* Buttons *\/\n        .rxchk-btn {\n            background-color: #13284B;\n            color: #fff;\n            border: none;\n            border-radius: 4px;\n            padding: 8px 16px;\n            cursor: pointer;\n            font-size: 14px;\n            min-height: 40px;\n            transition: opacity 0.2s;\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n        }\n        .rxchk-btn:hover {\n            opacity: 0.8;\n        }\n        .rxchk-btn-copy {\n            background-color: #f0f0f0;\n            color: #333;\n            border: 1px solid #ccc;\n            min-height: 32px;\n            padding: 4px 12px;\n            font-size: 12px;\n        }\n        .rxchk-btn-copy:hover {\n            background-color: #e0e0e0;\n        }\n        .rxchk-btn-preset {\n            background-color: #f8f9fa;\n            color: #333;\n            border: 1px solid #ddd;\n            padding: 6px 12px;\n            font-size: 12px;\n            border-radius: 4px;\n            cursor: pointer;\n            min-height: 32px;\n        }\n        .rxchk-btn-preset:hover {\n            background-color: #e9ecef;\n        }\n        \/* Outputs *\/\n        .rxchk-output-box {\n            border: 1px solid #ddd;\n            border-radius: 4px;\n            background-color: #fff;\n            position: relative;\n        }\n        .rxchk-output-header {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            padding: 8px 12px;\n            background-color: #f5f5f5;\n            border-bottom: 1px solid #ddd;\n            border-radius: 4px 4px 0 0;\n        }\n        .rxchk-output-title {\n            margin: 0;\n            font-size: 14px;\n            font-weight: bold;\n        }\n        .rxchk-output-content {\n            padding: 12px;\n            font-family: monospace;\n            font-size: 14px;\n            white-space: pre-wrap;\n            word-wrap: break-word;\n            min-height: 50px;\n            max-height: 300px;\n            overflow-y: auto;\n        }\n        .rxchk-highlight-mark {\n            background-color: #ffeb3b;\n            color: #000;\n            border-radius: 2px;\n            padding: 0 2px;\n        }\n        \/* Error *\/\n        .rxchk-error-msg {\n            color: #d32f2f;\n            font-size: 12px;\n            margin-top: 4px;\n            display: none;\n        }\n        \/* Lists *\/\n        .rxchk-match-list {\n            margin: 0;\n            padding-left: 24px;\n            font-size: 14px;\n            font-family: monospace;\n        }\n        .rxchk-match-list li {\n            margin-bottom: 4px;\n            border-bottom: 1px dashed #eee;\n            padding-bottom: 2px;\n        }\n        \/* Code Generation *\/\n        .rxchk-tabs {\n            display: flex;\n            border-bottom: 1px solid #ddd;\n            margin-bottom: 12px;\n            overflow-x: auto;\n            overflow-y: hidden; \/* \u8ffd\u52a0: \u7e26\u306e\u306f\u307f\u51fa\u3057\u3092\u96a0\u3059 *\/\n            scrollbar-width: none; \/* \u8ffd\u52a0: Firefox\u7b49\u3067\u30b9\u30af\u30ed\u30fc\u30eb\u30d0\u30fc\u3092\u975e\u8868\u793a *\/\n        }\n        \/* \u8ffd\u52a0: Chrome\/Safari\u7b49\u3067\u30b9\u30af\u30ed\u30fc\u30eb\u30d0\u30fc\u3092\u975e\u8868\u793a\u306b\u3059\u308b\u8a2d\u5b9a *\/\n        .rxchk-tabs::-webkit-scrollbar {\n            display: none;\n        }\n        .rxchk-tab {\n            padding: 8px 16px;\n            cursor: pointer;\n            border: 1px solid transparent;\n            border-bottom: none;\n            background-color: transparent;\n            font-size: 14px;\n            color: #555;\n            white-space: nowrap;\n        }\n        .rxchk-tab.rxchk-active {\n            background-color: #fff;\n            border-color: #ddd;\n            border-radius: 4px 4px 0 0;\n            color: #13284B;\n            font-weight: bold;\n            margin-bottom: -1px;\n        }\n        .rxchk-code-block {\n            background-color: #272822;\n            color: #f8f8f2;\n            padding: 12px;\n            border-radius: 0 0 4px 4px;\n            font-family: monospace;\n            font-size: 13px;\n            overflow-x: auto;\n            margin: 0 !important; \/* \u4fee\u6b63: !important \u3092\u4ed8\u3051\u3066WP\u30c6\u30fc\u30de\u306e\u4f59\u767d\u8a2d\u5b9a\u3092\u5f37\u5236\u30ea\u30bb\u30c3\u30c8 *\/\n            display: block; \/* \u8ffd\u52a0: \u5ff5\u306e\u305f\u3081\u30d6\u30ed\u30c3\u30af\u8981\u7d20\u3068\u3057\u3066\u56fa\u5b9a *\/\n        }\n        \/* Cheatsheet *\/\n        .rxchk-table {\n            width: 100%;\n            border-collapse: collapse;\n            font-size: 12px;\n        }\n        .rxchk-table th, .rxchk-table td {\n            border: 1px solid #ddd;\n            padding: 8px;\n            text-align: left;\n        }\n        .rxchk-table th {\n            background-color: #f5f5f5;\n        }\n        .rxchk-table code {\n            background-color: #f0f0f0;\n            padding: 2px 4px;\n            border-radius: 3px;\n        }\n        .rxchk-hidden {\n            display: none !important;\n        }\n        .rxchk-preset-group {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 6px;\n            margin-bottom: 8px;\n        }\n        \n        @media (max-width: 600px) {\n            .rxchk-flex {\n                flex-direction: column;\n            }\n        }\n    <\/style>\n        <p class=\"rxchk-title\">\u30d1\u30bf\u30fc\u30f3\u3068\u5bfe\u8c61\u6587\u5b57\u5217\u3092\u8a2d\u5b9a<\/p>\n\n        <div class=\"rxchk-input-group\">\n            <p class=\"rxchk-subtitle\">\u30d7\u30ea\u30bb\u30c3\u30c8<\/p>\n            <div style=\"margin-bottom: 8px;\">\n                <label class=\"rxchk-label\"><input type=\"radio\" name=\"rxchk-preset-mode\" value=\"overwrite\" checked> \u30d1\u30bf\u30fc\u30f3\u3092\u4e0a\u66f8\u304d<\/label>\n                <label class=\"rxchk-label\"><input type=\"radio\" name=\"rxchk-preset-mode\" value=\"append\"> \u30d1\u30bf\u30fc\u30f3\u306e\u672b\u5c3e\u306b\u8ffd\u52a0<\/label>\n            <\/div>\n            <div class=\"rxchk-preset-group\">\n                <button class=\"rxchk-btn-preset\" data-pattern=\"^[a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+\\.[a-zA-Z0-9-.]+$\">\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9<\/button>\n                <button class=\"rxchk-btn-preset\" data-pattern=\"^0\\d{1,4}-\\d{1,4}-\\d{3,4}$\">\u96fb\u8a71\u756a\u53f7(\u30cf\u30a4\u30d5\u30f3\u3042\u308a)<\/button>\n                <button class=\"rxchk-btn-preset\" data-pattern=\"^\\d{3}-\\d{4}$\">\u90f5\u4fbf\u756a\u53f7(\u30cf\u30a4\u30d5\u30f3\u3042\u308a)<\/button>\n                <button class=\"rxchk-btn-preset\" data-pattern=\"^https?:\/\/[\\w\/:%#\\$&amp;\\?\\(\\)~\\.=\\+\\-]+\">URL<\/button>\n                <button class=\"rxchk-btn-preset\" data-pattern=\"^[\u30a1-\u30f4\u30fc]+$\">\u5168\u89d2\u30ab\u30bf\u30ab\u30ca\u306e\u307f<\/button>\n                <button class=\"rxchk-btn-preset\" data-pattern=\"^[0-9]+$\">\u6570\u5b57\u306e\u307f<\/button>\n                <button class=\"rxchk-btn-preset\" id=\"rxchk-preset-html\">HTML\u30bf\u30b0<\/button>\n            <\/div>\n            <div style=\"margin-top: 8px;\">\n                <p class=\"rxchk-subtitle\">\u6b63\u898f\u8868\u73fe\u30d1\u30bf\u30fc\u30f3<\/p>\n                <input type=\"text\" id=\"rxchk-input-pattern\" class=\"rxchk-input-text\" placeholder=\"\u4f8b: ^[0-9]+$\" autocomplete=\"off\">\n                <p id=\"rxchk-error-pattern\" class=\"rxchk-error-msg\">\u69cb\u6587\u30a8\u30e9\u30fc\u3067\u3059<\/p>\n            <\/div>\n            <div style=\"margin-top: 8px;\">\n                <label class=\"rxchk-label\"><input type=\"checkbox\" class=\"rxchk-flag\" value=\"g\" checked> g (\u8907\u6570\u7b87\u6240\u30de\u30c3\u30c1)<\/label>\n                <label class=\"rxchk-label\"><input type=\"checkbox\" class=\"rxchk-flag\" value=\"i\"> i (\u5927\u6587\u5b57\u5c0f\u6587\u5b57\u7121\u8996)<\/label>\n                <label class=\"rxchk-label\"><input type=\"checkbox\" class=\"rxchk-flag\" value=\"m\"> m (\u8907\u6570\u884c\u30de\u30c3\u30c1)<\/label>\n            <\/div>\n        <\/div>\n\n        <div class=\"rxchk-input-group\">\n            <p class=\"rxchk-subtitle\">\u691c\u8a3c\u3057\u305f\u3044\u5bfe\u8c61\u6587\u5b57\u5217<\/p>\n            <textarea id=\"rxchk-input-target\" class=\"rxchk-input-text rxchk-textarea\" placeholder=\"\u691c\u8a3c\u3057\u305f\u3044\u6587\u5b57\u5217\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044...\"><\/textarea>\n        <\/div>\n\n        <div class=\"rxchk-input-group\">\n            <p class=\"rxchk-subtitle\">\u7f6e\u63db\u6587\u5b57\u5217 (\u4efb\u610f)<\/p>\n            <input type=\"text\" id=\"rxchk-input-replace\" class=\"rxchk-input-text\" placeholder=\"\u30de\u30c3\u30c1\u7b87\u6240\u3092\u7f6e\u63db\u3059\u308b\u5834\u5408\u306b\u5165\u529b\" autocomplete=\"off\">\n        <\/div>\n    <\/div>\n\n    <div class=\"rxchk-section\">\n        <p class=\"rxchk-title\">\u691c\u8a3c\u7d50\u679c<\/p>\n        \n        <div class=\"rxchk-output-box\" style=\"margin-bottom: 16px;\">\n            <div class=\"rxchk-output-header\">\n                <p class=\"rxchk-output-title\">\u30de\u30c3\u30c1\u7d50\u679c\uff08\u30cf\u30a4\u30e9\u30a4\u30c8\uff09<\/p>\n                <p class=\"rxchk-output-title\" style=\"color: #13284B;\" id=\"rxchk-match-count\">0\u4ef6\u30de\u30c3\u30c1<\/p>\n            <\/div>\n            <div id=\"rxchk-output-highlight\" class=\"rxchk-output-content\" style=\"background-color: #fafafa;\"><\/div>\n        <\/div>\n\n        <div class=\"rxchk-output-box\" style=\"margin-bottom: 16px;\">\n            <div class=\"rxchk-output-header\">\n                <p class=\"rxchk-output-title\">\u62bd\u51fa\u30ea\u30b9\u30c8<\/p>\n                <button class=\"rxchk-btn rxchk-btn-copy\" onclick=\"rxchkCopyText('rxchk-match-list-raw')\">\u30ea\u30b9\u30c8\u3092\u30b3\u30d4\u30fc<\/button>\n            <\/div>\n            <div class=\"rxchk-output-content\">\n                <ol id=\"rxchk-output-list\" class=\"rxchk-match-list\"><\/ol>\n                <textarea id=\"rxchk-match-list-raw\" class=\"rxchk-hidden\"><\/textarea>\n            <\/div>\n        <\/div>\n\n        <div id=\"rxchk-replace-container\" class=\"rxchk-output-box rxchk-hidden\" style=\"margin-bottom: 16px;\">\n            <div class=\"rxchk-output-header\">\n                <p class=\"rxchk-output-title\">\u7f6e\u63db\u7d50\u679c\u30d7\u30ec\u30d3\u30e5\u30fc<\/p>\n                <button class=\"rxchk-btn rxchk-btn-copy\" onclick=\"rxchkCopyText('rxchk-output-replace')\">\u7d50\u679c\u3092\u30b3\u30d4\u30fc<\/button>\n            <\/div>\n            <div id=\"rxchk-output-replace\" class=\"rxchk-output-content\"><\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"rxchk-section\">\n        <p class=\"rxchk-title\">\u5b9f\u88c5\u30b3\u30fc\u30c9\u751f\u6210<\/p>\n        <div class=\"rxchk-tabs\" id=\"rxchk-lang-tabs\">\n            <button class=\"rxchk-tab rxchk-active\" data-lang=\"js\">JavaScript<\/button>\n            <button class=\"rxchk-tab\" data-lang=\"php\">PHP<\/button>\n            <button class=\"rxchk-tab\" data-lang=\"python\">Python<\/button>\n            <button class=\"rxchk-tab\" data-lang=\"java\">Java<\/button>\n            <button class=\"rxchk-tab\" data-lang=\"cs\">C#<\/button>\n            <button class=\"rxchk-tab\" data-lang=\"ruby\">Ruby<\/button>\n        <\/div>\n        <div class=\"rxchk-output-box\">\n            <div class=\"rxchk-output-header\" style=\"border-radius: 0;\">\n                <p class=\"rxchk-output-title\">\u751f\u6210\u30b3\u30fc\u30c9<\/p>\n                <button class=\"rxchk-btn rxchk-btn-copy\" onclick=\"rxchkCopyText('rxchk-output-code')\">\u30b3\u30fc\u30c9\u3092\u30b3\u30d4\u30fc<\/button>\n            <\/div>\n            <pre class=\"rxchk-code-block\" id=\"rxchk-output-code\"><\/pre>\n        <\/div>\n    <\/div>\n\n    <div class=\"rxchk-section\">\n        <p class=\"rxchk-title\" style=\"font-size: 16px;\">\u6b63\u898f\u8868\u73fe\u30c1\u30fc\u30c8\u30b7\u30fc\u30c8\uff08\u65e9\u898b\u8868\uff09<\/p>\n        <div style=\"overflow-x: auto;\">\n            <table class=\"rxchk-table\">\n                <thead>\n                    <tr>\n                        <th>\u30e1\u30bf\u6587\u5b57<\/th>\n                        <th>\u610f\u5473<\/th>\n                        <th>\u30e1\u30bf\u6587\u5b57<\/th>\n                        <th>\u610f\u5473<\/th>\n                    <\/tr>\n                <\/thead>\n                <tbody>\n                    <tr>\n                        <td><code>.<\/code><\/td>\n                        <td>\u4efb\u610f\u306e1\u6587\u5b57\uff08\u6539\u884c\u3092\u9664\u304f\uff09<\/td>\n                        <td><code>^<\/code><\/td>\n                        <td>\u884c\u306e\u5148\u982d<\/td>\n                    <\/tr>\n                    <tr>\n                        <td><code>\\d<\/code><\/td>\n                        <td>\u6570\u5b57 (0-9)<\/td>\n                        <td><code>$<\/code><\/td>\n                        <td>\u884c\u306e\u672b\u5c3e<\/td>\n                    <\/tr>\n                    <tr>\n                        <td><code>\\w<\/code><\/td>\n                        <td>\u82f1\u6570\u5b57\u3068\u30a2\u30f3\u30c0\u30fc\u30b9\u30b3\u30a2<\/td>\n                        <td><code>*<\/code><\/td>\n                        <td>\u76f4\u524d\u306e\u6587\u5b57\u304c0\u56de\u4ee5\u4e0a\u7e70\u308a\u8fd4\u3057<\/td>\n                    <\/tr>\n                    <tr>\n                        <td><code>\\s<\/code><\/td>\n                        <td>\u7a7a\u767d\u6587\u5b57\uff08\u30b9\u30da\u30fc\u30b9\u3001\u30bf\u30d6\u306a\u3069\uff09<\/td>\n                        <td><code>+<\/code><\/td>\n                        <td>\u76f4\u524d\u306e\u6587\u5b57\u304c1\u56de\u4ee5\u4e0a\u7e70\u308a\u8fd4\u3057<\/td>\n                    <\/tr>\n                    <tr>\n                        <td><code>[abc]<\/code><\/td>\n                        <td>a, b, c \u306e\u3044\u305a\u308c\u304b1\u6587\u5b57<\/td>\n                        <td><code>?<\/code><\/td>\n                        <td>\u76f4\u524d\u306e\u6587\u5b57\u304c0\u56de\u307e\u305f\u306f1\u56de<\/td>\n                    <\/tr>\n                    <tr>\n                        <td><code>[^abc]<\/code><\/td>\n                        <td>a, b, c \u4ee5\u5916\u306e1\u6587\u5b57<\/td>\n                        <td><code>{n,m}<\/code><\/td>\n                        <td>n\u56de\u4ee5\u4e0a\u3001m\u56de\u4ee5\u4e0b\u306e\u7e70\u308a\u8fd4\u3057<\/td>\n                    <\/tr>\n                    <tr>\n                        <td><code>(abc)<\/code><\/td>\n                        <td>\u30b0\u30eb\u30fc\u30d7\u5316\u3068\u30ad\u30e3\u30d7\u30c1\u30e3<\/td>\n                        <td><code>a|b<\/code><\/td>\n                        <td>a \u307e\u305f\u306f b<\/td>\n                    <\/tr>\n                <\/tbody>\n            <\/table>\n        <\/div>\n    <\/div>\n<\/div>\n<script>\n<\/script>\n\n\n\n<p>\u4efb\u610f\u306e\u6587\u5b57\u5217\u306b\u6b63\u898f\u8868\u73fe\u304c\u30de\u30c3\u30c1\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u3001\u30d6\u30e9\u30a6\u30b6\u4e0a\u3067\u691c\u8a3c\u30fb\u30c6\u30b9\u30c8\u3067\u304d\u308b\u7121\u6599\u306eWeb\u30c4\u30fc\u30eb\u3067\u3059\u3002<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"i-0\">\u3053\u306e\u30c4\u30fc\u30eb\u3067\u3067\u304d\u308b\u3053\u3068<\/h2>\n\n\n\n<p>\u5f53\u30c4\u30fc\u30eb\u306f\u3001\u6b63\u898f\u8868\u73fe\u306e\u52d5\u4f5c\u30c1\u30a7\u30c3\u30af\u3092\u30b9\u30e0\u30fc\u30ba\u306b\u884c\u3046\u305f\u3081\u306e\u591a\u5f69\u306a\u6a5f\u80fd\u3092\u5099\u3048\u3066\u3044\u307e\u3059\u3002<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>\u30ea\u30a2\u30eb\u30bf\u30a4\u30e0\u306e\u30cf\u30a4\u30e9\u30a4\u30c8\u691c\u8a3c<\/strong>\uff1a\u5165\u529b\u3057\u305f\u6b63\u898f\u8868\u73fe\u3068\u5bfe\u8c61\u6587\u5b57\u5217\u306e\u7167\u5408\u3092\u5373\u5ea7\u306b\u884c\u3044\u3001\u30de\u30c3\u30c1\u3057\u305f\u7b87\u6240\u3092\u8272\u4ed8\u304d\u3067\u30cf\u30a4\u30e9\u30a4\u30c8\u8868\u793a\u3057\u307e\u3059\u3002<\/li>\n\n\n\n<li><strong>\u7f6e\u63db\u7d50\u679c\u306e\u30d7\u30ec\u30d3\u30e5\u30fc<\/strong>\uff1a\u30de\u30c3\u30c1\u3057\u305f\u6587\u5b57\u5217\u3092\u5225\u306e\u6587\u5b57\u306b\u7f6e\u304d\u63db\u3048\u308b\u300c\u7f6e\u63db\u51e6\u7406\u300d\u306e\u30c6\u30b9\u30c8\u304c\u53ef\u80fd\u3067\u3059\u3002<\/li>\n\n\n\n<li><strong>\u62bd\u51fa\u30ea\u30b9\u30c8\u306e\u4f5c\u6210<\/strong>\uff1a\u6587\u7ae0\u4e2d\u304b\u3089\u30de\u30c3\u30c1\u3057\u305f\u7b87\u6240\u3060\u3051\u3092\u62bd\u51fa\u3057\u3001\u30ea\u30b9\u30c8\u5316\u3057\u3066\u4e00\u62ec\u30b3\u30d4\u30fc\u3067\u304d\u307e\u3059\u3002<\/li>\n\n\n\n<li><strong>\u5b9f\u88c5\u30b3\u30fc\u30c9\u306e\u81ea\u52d5\u751f\u6210<\/strong>\uff1aJavaScript\u3001PHP\u3001Python\u3001Java\u3001C#\u3001Ruby\u306e6\u8a00\u8a9e\u306b\u5bfe\u5fdc\u3057\u3001\u691c\u8a3c\u6e08\u307f\u306e\u6b63\u898f\u8868\u73fe\u3092\u305d\u306e\u307e\u307e\u30b3\u30d4\u30da\u3057\u3066\u4f7f\u3048\u308b\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3092\u81ea\u52d5\u751f\u6210\u3057\u307e\u3059\u3002<\/li>\n\n\n\n<li><strong>\u4fbf\u5229\u306a\u30d7\u30ea\u30bb\u30c3\u30c8\u6a5f\u80fd<\/strong>\uff1a\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3084\u96fb\u8a71\u756a\u53f7\u306a\u3069\u3001\u5b9f\u52d9\u3067\u3088\u304f\u4f7f\u3046\u6b63\u898f\u8868\u73fe\u3092\u30ef\u30f3\u30af\u30ea\u30c3\u30af\u3067\u5165\u529b\u3067\u304d\u307e\u3059\u3002<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"i-1\">\u3053\u306e\u30c4\u30fc\u30eb\u306e\u4f7f\u3044\u65b9<\/h2>\n\n\n\n<p>\u76f4\u611f\u7684\u306b\u64cd\u4f5c\u3067\u304d\u308b\u3088\u3046\u8a2d\u8a08\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u4ee5\u4e0b\u306e\u30b9\u30c6\u30c3\u30d7\u3067\u3054\u5229\u7528\u304f\u3060\u3055\u3044\u3002<\/p>\n\n\n\n<ol start=\"1\" class=\"wp-block-list\">\n<li><strong>\u30d1\u30bf\u30fc\u30f3\u306e\u5165\u529b<\/strong>\uff1a\u300c\u6b63\u898f\u8868\u73fe\u30d1\u30bf\u30fc\u30f3\u300d\u306e\u6b04\u306b\u691c\u8a3c\u3057\u305f\u3044\u6b63\u898f\u8868\u73fe\u3092\u5165\u529b\u3057\u307e\u3059\u3002\u30bc\u30ed\u304b\u3089\u8a18\u8ff0\u3059\u308b\u307b\u304b\u3001\u300c\u30d7\u30ea\u30bb\u30c3\u30c8\u300d\u30dc\u30bf\u30f3\u304b\u3089\u3088\u304f\u4f7f\u3046\u30d1\u30bf\u30fc\u30f3\u3092\u547c\u3073\u51fa\u3059\u3053\u3068\u3082\u53ef\u80fd\u3067\u3059\u3002<\/li>\n\n\n\n<li><strong>\u30d5\u30e9\u30b0\u306e\u9078\u629e<\/strong>\uff1a\u5fc5\u8981\u306b\u5fdc\u3058\u3066\u3001g\uff08\u8907\u6570\u7b87\u6240\u30de\u30c3\u30c1\uff09\u3001i\uff08\u5927\u6587\u5b57\u5c0f\u6587\u5b57\u7121\u8996\uff09\u3001m\uff08\u8907\u6570\u884c\u30de\u30c3\u30c1\uff09\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u306b\u30c1\u30a7\u30c3\u30af\u3092\u5165\u308c\u307e\u3059\u3002<\/li>\n\n\n\n<li><strong>\u5bfe\u8c61\u6587\u5b57\u5217\u306e\u5165\u529b<\/strong>\uff1a\u691c\u8a3c\u3057\u305f\u3044\u30c6\u30ad\u30b9\u30c8\u3092\u8cbc\u308a\u4ed8\u3051\u307e\u3059\u3002\u5165\u529b\u3059\u308b\u3068\u5373\u5ea7\u306b\u4e0b\u90e8\u306e\u300c\u691c\u8a3c\u7d50\u679c\u300d\u30a8\u30ea\u30a2\u306b\u30cf\u30a4\u30e9\u30a4\u30c8\u304c\u8868\u793a\u3055\u308c\u307e\u3059\u3002<\/li>\n\n\n\n<li><strong>\u7f6e\u63db\u306e\u30c6\u30b9\u30c8\uff08\u4efb\u610f\uff09<\/strong>\uff1a\u30de\u30c3\u30c1\u3057\u305f\u7b87\u6240\u3092\u7f6e\u304d\u63db\u3048\u305f\u3044\u5834\u5408\u306f\u300c\u7f6e\u63db\u6587\u5b57\u5217\u300d\u306b\u5165\u529b\u3059\u308b\u3068\u3001\u7f6e\u63db\u5f8c\u306e\u30d7\u30ec\u30d3\u30e5\u30fc\u304c\u78ba\u8a8d\u3067\u304d\u307e\u3059\u3002<\/li>\n\n\n\n<li><strong>\u30b3\u30fc\u30c9\u306e\u30b3\u30d4\u30fc<\/strong>\uff1a\u691c\u8a3c\u304c\u5b8c\u4e86\u3057\u305f\u3089\u3001\u300c\u5b9f\u88c5\u30b3\u30fc\u30c9\u751f\u6210\u300d\u30bf\u30d6\u304b\u3089\u304a\u4f7f\u3044\u306e\u30d7\u30ed\u30b0\u30e9\u30df\u30f3\u30b0\u8a00\u8a9e\u3092\u9078\u629e\u3057\u3001\u30b3\u30fc\u30c9\u3092\u30b3\u30d4\u30fc\u3057\u3066\u958b\u767a\u306b\u304a\u5f79\u7acb\u3066\u304f\u3060\u3055\u3044\u3002<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"i-2\">\u6b63\u898f\u8868\u73fe\u306b\u95a2\u3059\u308b\u60c5\u5831\u306e\u57fa\u790e\u77e5\u8b58<\/h2>\n\n\n\n<p>\u6b63\u898f\u8868\u73fe\u3092\u6271\u3046\u4e0a\u3067\u77e5\u3063\u3066\u304a\u304d\u305f\u3044\u57fa\u672c\u7684\u306a\u7528\u8a9e\u3092\u89e3\u8aac\u3057\u307e\u3059\u3002<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>\u6b63\u898f\u8868\u73fe\uff08Regular Expression \/ Regex\uff09<\/strong>\uff1a\u6587\u5b57\u5217\u306e\u96c6\u5408\u3092\u4e00\u3064\u306e\u30d1\u30bf\u30fc\u30f3\u3067\u8868\u73fe\u3059\u308b\u305f\u3081\u306e\u8a18\u6cd5\u3067\u3059\u3002\u7279\u5b9a\u306e\u6587\u5b57\u306e\u4e26\u3073\u3092\u691c\u7d22\u3057\u305f\u308a\u3001\u5f62\u5f0f\u304c\u6b63\u3057\u3044\u304b\u30c1\u30a7\u30c3\u30af\u3057\u305f\u308a\u3059\u308b\u969b\u306b\u4f7f\u7528\u3057\u307e\u3059\u3002<\/li>\n\n\n\n<li><strong>\u30e1\u30bf\u6587\u5b57<\/strong>\uff1a\u6b63\u898f\u8868\u73fe\u306b\u304a\u3044\u3066\u3001\u7279\u5225\u306a\u610f\u5473\u3092\u6301\u3064\u8a18\u53f7\u306e\u3053\u3068\u3067\u3059\u3002\u300c\u4efb\u610f\u306e1\u6587\u5b57\u300d\u3092\u8868\u3059\u30c9\u30c3\u30c8\uff08.\uff09\u3084\u3001\u300c\u884c\u306e\u5148\u982d\u300d\u3092\u8868\u3059\u30ad\u30e3\u30ec\u30c3\u30c8\uff08^\uff09\u306a\u3069\u304c\u3042\u308a\u307e\u3059\u3002\u30da\u30fc\u30b8\u4e0b\u90e8\u306e\u300c\u6b63\u898f\u8868\u73fe\u30c1\u30fc\u30c8\u30b7\u30fc\u30c8\u300d\u3082\u3054\u6d3b\u7528\u304f\u3060\u3055\u3044\u3002<\/li>\n\n\n\n<li><strong>\u30d5\u30e9\u30b0\uff08\u4fee\u98fe\u5b50\uff09<\/strong>\uff1a\u30d1\u30bf\u30fc\u30f3\u306e\u691c\u7d22\u65b9\u6cd5\u3092\u5236\u5fa1\u3059\u308b\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u3059\u3002\u4f8b\u3048\u3070\u300cg\u300d\u30d5\u30e9\u30b0\u3092\u3064\u3051\u308b\u3068\u3001\u6700\u521d\u306e1\u4ef6\u3060\u3051\u3067\u306a\u304f\u3001\u6587\u7ae0\u4e2d\u306e\u3059\u3079\u3066\u306e\u30de\u30c3\u30c1\u7b87\u6240\u3092\u691c\u7d22\u3057\u307e\u3059\u3002<\/li>\n\n\n\n<li><strong>\u30a8\u30b9\u30b1\u30fc\u30d7<\/strong>\uff1a\u30e1\u30bf\u6587\u5b57\u3092\u300c\u5358\u306a\u308b\u6587\u5b57\u300d\u3068\u3057\u3066\u6271\u3044\u305f\u3044\u5834\u5408\u306b\u3001\u76f4\u524d\u306b\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5\uff08\\\uff09\u3092\u7f6e\u304f\u51e6\u7406\u306e\u3053\u3068\u3067\u3059\u3002<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"i-3\">\u6b63\u898f\u8868\u73fe\u30c1\u30a7\u30c3\u30ab\u30fc\u304c\u5f79\u7acb\u3064\u3068\u304d\u306f\u3069\u3093\u306a\u3068\u304d\uff1f<\/h2>\n\n\n\n<p>\u3053\u306e\u30c4\u30fc\u30eb\u306f\u3001\u30a8\u30f3\u30b8\u30cb\u30a2\u304b\u3089Web\u62c5\u5f53\u8005\u307e\u3067\u5e45\u5e83\u3044\u30b7\u30fc\u30f3\u3067\u6d3b\u7528\u3067\u304d\u307e\u3059\u3002<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>\u5165\u529b\u30d5\u30a9\u30fc\u30e0\u306e\u30d0\u30ea\u30c7\u30fc\u30b7\u30e7\u30f3\u4f5c\u6210<\/strong>\uff1a \u30e6\u30fc\u30b6\u30fc\u304c\u5165\u529b\u3057\u305f\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3084\u90f5\u4fbf\u756a\u53f7\u306e\u5f62\u5f0f\u304c\u6b63\u3057\u3044\u304b\u30c1\u30a7\u30c3\u30af\u3059\u308b\u51e6\u7406\u3092\u5b9f\u88c5\u3059\u308b\u969b\u3001\u30d1\u30bf\u30fc\u30f3\u304c\u6b63\u78ba\u306b\u52d5\u4f5c\u3059\u308b\u304b\u3092\u4e8b\u524d\u306b\u30c6\u30b9\u30c8\u3067\u304d\u307e\u3059\u3002<\/li>\n\n\n\n<li><strong>\u81a8\u5927\u306a\u30c6\u30ad\u30b9\u30c8\u304b\u3089\u306e\u30c7\u30fc\u30bf\u62bd\u51fa<\/strong>\uff1a \u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u3084\u5927\u91cf\u306e\u6587\u66f8\u30c7\u30fc\u30bf\u306e\u4e2d\u304b\u3089\u3001\u7279\u5b9a\u306e\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9\u3084URL\u3001IP\u30a2\u30c9\u30ec\u30b9\u3060\u3051\u3092\u6f0f\u308c\u306a\u304f\u30ea\u30b9\u30c8\u30a2\u30c3\u30d7\u3057\u305f\u3044\u3068\u304d\u306b\u5f79\u7acb\u3061\u307e\u3059\u3002<\/li>\n\n\n\n<li><strong>\u30d7\u30ed\u30b0\u30e9\u30e0\u306e\u30d0\u30b0\u8abf\u67fb\u3068\u4fee\u6b63<\/strong>\uff1a \u81ea\u5206\u304c\u66f8\u3044\u305f\u6b63\u898f\u8868\u73fe\u304c\u300c\u306a\u305c\u304b\u60f3\u5b9a\u901a\u308a\u306b\u52d5\u304b\u306a\u3044\u300d\u300c\u610f\u56f3\u3057\u306a\u3044\u6587\u5b57\u307e\u3067\u5dfb\u304d\u8fbc\u3093\u3067\u7f6e\u63db\u3055\u308c\u3066\u3057\u307e\u3046\u300d\u3068\u3044\u3063\u305f\u69cb\u6587\u30a8\u30e9\u30fc\u3084\u30de\u30c3\u30c1\u6f0f\u308c\u306e\u8abf\u67fb\u30fb\u30c7\u30d0\u30c3\u30b0\u306b\u6700\u9069\u3067\u3059\u3002<\/li>\n\n\n\n<li><strong>\u30d7\u30ed\u30b0\u30e9\u30df\u30f3\u30b0\u521d\u5b66\u8005\u306e\u5b66\u7fd2<\/strong>\uff1a \u30c1\u30fc\u30c8\u30b7\u30fc\u30c8\u3092\u898b\u306a\u304c\u3089\u30d1\u30bf\u30fc\u30f3\u3092\u5165\u529b\u3057\u3001\u7d50\u679c\u304c\u30ea\u30a2\u30eb\u30bf\u30a4\u30e0\u3067\u3069\u3046\u5909\u308f\u308b\u304b\u3092\u76ee\u3067\u898b\u3066\u78ba\u8a8d\u3067\u304d\u308b\u305f\u3081\u3001\u6b63\u898f\u8868\u73fe\u306e\u5b66\u7fd2\u30c4\u30fc\u30eb\u3068\u3057\u3066\u3082\u52b9\u679c\u7684\u3067\u3059\u3002<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>\u30d1\u30bf\u30fc\u30f3\u3068\u5bfe\u8c61\u6587\u5b57\u5217\u3092\u8a2d\u5b9a \u30d7\u30ea\u30bb\u30c3\u30c8 \u30d1\u30bf\u30fc\u30f3\u3092\u4e0a\u66f8\u304d \u30d1\u30bf\u30fc\u30f3\u306e\u672b\u5c3e\u306b\u8ffd\u52a0 \u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9 \u96fb\u8a71\u756a\u53f7(\u30cf\u30a4\u30d5\u30f3\u3042\u308a) \u90f5\u4fbf\u756a\u53f7(\u30cf\u30a4\u30d5\u30f3\u3042\u308a) URL \u5168\u89d2\u30ab\u30bf\u30ab\u30ca\u306e\u307f \u6570\u5b57\u306e\u307f HTML\u30bf\u30b0 \u6b63\u898f\u8868\u73fe\u30d1\u30bf\u30fc\u30f3 \u69cb\u6587 &#8230; <\/p>\n","protected":false},"author":4,"featured_media":13488,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[32,8,34],"tags":[],"class_list":{"0":"post-13487","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-web-design","8":"category-tool","9":"category-string","10":"entry"},"_links":{"self":[{"href":"https:\/\/rakkoserver.com\/plus\/wp-json\/wp\/v2\/posts\/13487","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/rakkoserver.com\/plus\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/rakkoserver.com\/plus\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/rakkoserver.com\/plus\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/rakkoserver.com\/plus\/wp-json\/wp\/v2\/comments?post=13487"}],"version-history":[{"count":41,"href":"https:\/\/rakkoserver.com\/plus\/wp-json\/wp\/v2\/posts\/13487\/revisions"}],"predecessor-version":[{"id":13529,"href":"https:\/\/rakkoserver.com\/plus\/wp-json\/wp\/v2\/posts\/13487\/revisions\/13529"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/rakkoserver.com\/plus\/wp-json\/wp\/v2\/media\/13488"}],"wp:attachment":[{"href":"https:\/\/rakkoserver.com\/plus\/wp-json\/wp\/v2\/media?parent=13487"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/rakkoserver.com\/plus\/wp-json\/wp\/v2\/categories?post=13487"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/rakkoserver.com\/plus\/wp-json\/wp\/v2\/tags?post=13487"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}