{"id":25566,"date":"2026-08-01T20:11:41","date_gmt":"2026-08-01T11:11:41","guid":{"rendered":"https:\/\/genai-ai.co.jp\/ai-kanri\/?p=25566"},"modified":"2026-08-01T20:11:41","modified_gmt":"2026-08-01T11:11:41","slug":"cc-python-string-search","status":"publish","type":"post","link":"https:\/\/genai-ai.co.jp\/ai-kanri\/blog\/cc-python-string-search\/","title":{"rendered":"\u30102026\u5e748\u6708\u6700\u65b0\u3011Python\u6587\u5b57\u5217\u691c\u7d22(find\/in\/re.findall)\u5b8c\u5168\u30ac\u30a4\u30c9\uff5c\u975e\u30a8\u30f3\u30b8\u30cb\u30a2\u304c\u4eca\u3059\u3050\u7406\u89e3\u3059\u3079\u304d\u4f7f\u3044\u5206\u3051\u3068AI\u306b\u4efb\u305b\u308b\u5883\u754c\u7dda"},"content":{"rendered":"\n<style>\n.g-flow-row{display:flex;gap:8px;justify-content:center;flex-wrap:wrap;align-items:center;}\n.g-flow-item{background:linear-gradient(135deg,#1a1a1a,#2a1015);color:#fff;border-radius:8px;padding:16px 14px;min-width:130px;flex:1;text-align:center;}\n.g-flow-arrow{color:#dc2626;font-size:20px;font-weight:700;}\n.g-card-row{display:flex;gap:12px;flex-wrap:wrap;margin:0 0 32px;}\n.g-card-row>div{flex:1;min-width:220px;}\n@media(max-width:600px){\n  .g-flow-row{flex-direction:column;}\n  .g-flow-arrow{transform:rotate(90deg);}\n  .g-card-row{flex-direction:column;}\n  .g-card-row>div{min-width:100%;}\n}\n<\/style>\n\n\n\n<div style=\"margin:0 0 32px;\">\n  <img decoding=\"async\" src=\"https:\/\/genai-ai.co.jp\/ai-kanri\/wp-content\/uploads\/2026\/08\/thumb-cc-python-string-search-5.jpg\" alt=\"\u30102026\u5e748\u6708\u6700\u65b0\u3011Python\u6587\u5b57\u5217\u691c\u7d22(find\/in\/re.findall)\u5b8c\u5168\u30ac\u30a4\u30c9\uff5c\u975e\u30a8\u30f3\u30b8\u30cb\u30a2\u304c\u4eca\u3059\u3050\u7406\u89e3\u3059\u3079\u304d\u4f7f\u3044\u5206\u3051\u3068AI\u306b\u4efb\u305b\u308b\u5883\u754c\u7dda\" style=\"width:100%;height:auto;border-radius:12px;display:block;\">\n<\/div>\n\n\n\n<div style=\"background:#f8f9fa;border-radius:12px;padding:24px 28px;margin:0 0 32px;border-left:4px solid #dc2626;\">\n  <p style=\"font-size:15px;font-weight:700;color:#1a1a1a;margin:0 0 16px;\">\u3053\u306e\u8a18\u4e8b\u306e\u5185\u5bb9<\/p>\n  <ol style=\"margin:0;padding-left:20px;font-size:14px;line-height:2.2;list-style:none;\">\n    <li><a href=\"#sec-01\" style=\"color:#495057;text-decoration:none;\"><span style=\"color:#dc2626;font-weight:700;margin-right:8px;\">01<\/span>\u306a\u305c\u7d4c\u55b6\u8005\u30fb\u7ba1\u7406\u8077\u304c\u300c\u6587\u5b57\u5217\u691c\u7d22\u300d\u3092\u77e5\u3063\u3066\u304a\u304f\u3079\u304d\u304b<\/a><\/li>\n    <li><a href=\"#sec-02\" style=\"color:#495057;text-decoration:none;\"><span style=\"color:#dc2626;font-weight:700;margin-right:8px;\">02<\/span>find() \/ rfind()\uff1a\u4f4d\u7f6e\u3092\u8abf\u3079\u308b\u691c\u7d22<\/a><\/li>\n    <li><a href=\"#sec-03\" style=\"color:#495057;text-decoration:none;\"><span style=\"color:#dc2626;font-weight:700;margin-right:8px;\">03<\/span>in\u6f14\u7b97\u5b50\uff1a\u542b\u307e\u308c\u3066\u3044\u308b\u304b\u3060\u3051\u3092\u5224\u5b9a\u3059\u308b<\/a><\/li>\n    <li><a href=\"#sec-04\" style=\"color:#495057;text-decoration:none;\"><span style=\"color:#dc2626;font-weight:700;margin-right:8px;\">04<\/span>re.findall()\uff1a\u30d1\u30bf\u30fc\u30f3\u3067\u4e00\u62ec\u62bd\u51fa\u3059\u308b<\/a><\/li>\n    <li><a href=\"#sec-05\" style=\"color:#495057;text-decoration:none;\"><span style=\"color:#dc2626;font-weight:700;margin-right:8px;\">05<\/span>3\u3064\u306e\u691c\u7d22\u65b9\u6cd5\u306e\u4f7f\u3044\u5206\u3051\u65e9\u898b\u8868<\/a><\/li>\n    <li><a href=\"#sec-06\" style=\"color:#495057;text-decoration:none;\"><span style=\"color:#dc2626;font-weight:700;margin-right:8px;\">06<\/span>\u3010\u72ec\u81ea\u30c7\u30fc\u30bf\u3011GENAI\u304c\u6587\u5b57\u5217\u51e6\u7406\u3092AI\u306b\u4efb\u305b\u3066\u3044\u308b\u5b9f\u614b<\/a><\/li>\n    <li><a href=\"#sec-07\" style=\"color:#495057;text-decoration:none;\"><span style=\"color:#dc2626;font-weight:700;margin-right:8px;\">07<\/span>\u3010\u72ec\u81ea\u3011\u81ea\u5206\u3067\u30b3\u30fc\u30c9\u3092\u66f8\u304f\u3079\u304d\u304b\u3001AI\u306b\u4efb\u305b\u308b\u3079\u304d\u304b\u306e\u5883\u754c\u7dda<\/a><\/li>\n    <li><a href=\"#sec-08\" style=\"color:#495057;text-decoration:none;\"><span style=\"color:#dc2626;font-weight:700;margin-right:8px;\">08<\/span>\u307e\u3068\u3081 \u2500\u2500 \u30b3\u30fc\u30c9\u3092\u899a\u3048\u308b\u3088\u308a\u5148\u306b\u3001\u4efb\u305b\u65b9\u3092\u899a\u3048\u308b<\/a><\/li>\n    <li><a href=\"#faq\" style=\"color:#495057;text-decoration:none;\"><span style=\"color:#dc2626;font-weight:700;margin-right:8px;\">FAQ<\/span>\u3088\u304f\u3042\u308b\u8cea\u554f<\/a><\/li>\n  <\/ol>\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\">\u300c\u9867\u5ba2\u30ea\u30b9\u30c8\u306e\u4e2d\u304b\u3089\u7279\u5b9a\u306e\u30c9\u30e1\u30a4\u30f3\u306e\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3060\u3051\u629c\u304d\u51fa\u3057\u305f\u3044\u300d\u300c\u5927\u91cf\u306e\u5951\u7d04\u66f8\u30c6\u30ad\u30b9\u30c8\u304b\u3089\u96fb\u8a71\u756a\u53f7\u3089\u3057\u304d\u6587\u5b57\u5217\u3092\u63a2\u3057\u305f\u3044\u300d\u2014\u2014\u3053\u3046\u3057\u305f\u4f5c\u696d\u306b\u76f4\u9762\u3057\u305f\u3068\u304d\u3001\u30a8\u30f3\u30b8\u30cb\u30a2\u3067\u3042\u308c\u3070\u771f\u3063\u5148\u306b\u601d\u3044\u3064\u304f\u306e\u304c<strong>find\u30fbin\u30fbre.findall<\/strong>\u3068\u3044\u3046Python\u306e\u6587\u5b57\u5217\u691c\u7d22\u306e\u57fa\u672c\u624b\u6bb5\u3067\u3059\u3002<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u3053\u306e\u8a18\u4e8b\u3067\u306f\u3001\u30d7\u30ed\u30b0\u30e9\u30df\u30f3\u30b0\u672a\u7d4c\u9a13\u306e\u7d4c\u55b6\u8005\u30fb\u7ba1\u7406\u8077\u306e\u65b9\u3067\u3082\u7406\u89e3\u3067\u304d\u308b\u3088\u3046\u306b\u3001Python\u306e3\u3064\u306e\u6587\u5b57\u5217\u691c\u7d22\u65b9\u6cd5\uff08find\/rfind\u30fbin\u30fbre.findall\uff09\u3092\u696d\u52d9\u30b7\u30fc\u30f3\u306b\u5bc4\u305b\u3066\u3084\u3055\u3057\u304f\u89e3\u8aac\u3057\u307e\u3059\u3002\u3055\u3089\u306b\u5f8c\u534a\u3067\u306f\u3001<strong>\u300c\u305d\u3082\u305d\u3082\u81ea\u5206\u3067\u30b3\u30fc\u30c9\u3092\u899a\u3048\u308b\u5fc5\u8981\u304c\u3042\u308b\u306e\u304b\u300d<\/strong>\u3068\u3044\u3046\u672c\u8cea\u7684\u306a\u554f\u3044\u306b\u3001Claude Code\u3092\u65e5\u5e38\u7684\u306b\u4f7f\u3063\u3066\u3044\u308b\u7acb\u5834\u304b\u3089\u7b54\u3048\u307e\u3059\u3002<\/p>\n\n\n\n<div class=\"balloon-wrap\">\n  <div class=\"balloon-icon\">\n    <img decoding=\"async\" src=\"https:\/\/genai-ai.co.jp\/ai-kanri\/wp-content\/uploads\/2026\/04\/ceo-sugasawa.jpg\" alt=\"\u4ee3\u8868\u83c5\u6fa4\">\n    <span class=\"balloon-name\">\u4ee3\u8868\u83c5\u6fa4<\/span>\n  <\/div>\n  <div class=\"balloon-body\">\u7d50\u8ad6\u304b\u3089\u8a00\u3046\u3068\u3001\u975e\u30a8\u30f3\u30b8\u30cb\u30a2\u306e\u7d4c\u55b6\u8005\u304c find\u30fbin\u30fbre.findall \u306e\u6587\u6cd5\u3092\u6697\u8a18\u3059\u308b\u5fc5\u8981\u306f\u307b\u307c\u3042\u308a\u307e\u305b\u3093\u3002\u305f\u3060\u3057\u300c\u4f55\u304c\u3067\u304d\u308b\u304b\u300d\u3092\u77e5\u3089\u306a\u3044\u3068\u3001AI\u306b\u4f55\u3092\u983c\u3081\u3070\u3044\u3044\u304b\u3082\u5206\u304b\u3089\u306a\u304f\u306a\u308a\u307e\u3059\u3002\u4eca\u65e5\u306f\u305d\u306e\u6a4b\u6e21\u3057\u3092\u3059\u308b\u8a18\u4e8b\u3067\u3059\u3002<\/div>\n<\/div>\n\n\n\n<div class=\"balloon-wrap is-right\">\n  <div class=\"balloon-icon\">\n    <img decoding=\"async\" src=\"https:\/\/genai-ai.co.jp\/ai-kanri\/wp-content\/uploads\/2026\/04\/yamazaki-avatar.png\" alt=\"AI\u9b3c\u7ba1\u7406\u5c71\u5d0e\">\n    <span class=\"balloon-name\">AI\u9b3c\u7ba1\u7406\u5c71\u5d0e<\/span>\n  <\/div>\n  <div class=\"balloon-body\">\u300c\u77e5\u3089\u306a\u304f\u3066\u3044\u3044\u300d\u3068\u300c\u77e5\u3063\u3066\u304a\u304f\u3068\u5f97\u300d\u306f\u9055\u3044\u307e\u3059\u3002\u3053\u306e\u8a18\u4e8b\u3092\u8aad\u3081\u3070\u3001\u6b21\u306bExcel\u3084\u30c6\u30ad\u30b9\u30c8\u30c7\u30fc\u30bf\u3092\u524d\u306b\u3057\u305f\u3068\u304d\u3001Claude Code\u306b\u4f55\u3068\u8a71\u3057\u304b\u3051\u308c\u3070\u4e00\u767a\u3067\u6b32\u3057\u3044\u7d50\u679c\u304c\u51fa\u308b\u304b\u304c\u5206\u304b\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059\u3002<\/div>\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\">\u3053\u306e\u8a18\u4e8b\u3092\u6700\u5f8c\u307e\u3067\u8aad\u3080\u3068\u3001\u6b21\u306e5\u3064\u304c\u660e\u78ba\u306b\u306a\u308a\u307e\u3059\u3002<\/p>\n\n\n\n<div style=\"background:#fafafa;border-radius:8px;padding:16px 20px;margin:16px 0;border-left:4px solid #dc2626;\">\n<div style=\"display:flex;align-items:flex-start;gap:8px;padding:6px 0;font-size:15px;line-height:1.6;\"><span style=\"color:#dc2626;font-size:16px;flex-shrink:0;margin-top:2px;\">&#10004;&#65039;<\/span><span><strong>find\u30fbrfind<\/strong>\u3067\u300c\u6587\u5b57\u5217\u306e\u3069\u3053\u306b\u3042\u308b\u304b\u300d\u3092\u8abf\u3079\u308b\u65b9\u6cd5\u3068\u6ce8\u610f\u70b9<\/span><\/div>\n<div style=\"display:flex;align-items:flex-start;gap:8px;padding:6px 0;font-size:15px;line-height:1.6;\"><span style=\"color:#dc2626;font-size:16px;flex-shrink:0;margin-top:2px;\">&#10004;&#65039;<\/span><span><strong>in\u6f14\u7b97\u5b50<\/strong>\u3067\u300c\u542b\u307e\u308c\u3066\u3044\u308b\u304b\/\u3044\u306a\u3044\u304b\u300d\u3060\u3051\u3092\u4e00\u77ac\u3067\u5224\u5b9a\u3059\u308b\u65b9\u6cd5<\/span><\/div>\n<div style=\"display:flex;align-items:flex-start;gap:8px;padding:6px 0;font-size:15px;line-height:1.6;\"><span style=\"color:#dc2626;font-size:16px;flex-shrink:0;margin-top:2px;\">&#10004;&#65039;<\/span><span><strong>re.findall<\/strong>\u3067\u300c\u30d1\u30bf\u30fc\u30f3\u306b\u5408\u3046\u6587\u5b57\u5217\u3092\u5168\u90e8\u629c\u304d\u51fa\u3059\u300d\u6b63\u898f\u8868\u73fe\u691c\u7d22\u306e\u57fa\u672c<\/span><\/div>\n<div style=\"display:flex;align-items:flex-start;gap:8px;padding:6px 0;font-size:15px;line-height:1.6;\"><span style=\"color:#dc2626;font-size:16px;flex-shrink:0;margin-top:2px;\">&#10004;&#65039;<\/span><span><strong>3\u3064\u306e\u65b9\u6cd5\u306e\u4f7f\u3044\u5206\u3051<\/strong>\u3092\u696d\u52d9\u30b7\u30fc\u30f3\u5225\u306b\u5224\u65ad\u3059\u308b\u65e9\u898b\u8868<\/span><\/div>\n<div style=\"display:flex;align-items:flex-start;gap:8px;padding:6px 0;font-size:15px;line-height:1.6;\"><span style=\"color:#dc2626;font-size:16px;flex-shrink:0;margin-top:2px;\">&#10004;&#65039;<\/span><span><strong>\u30b3\u30fc\u30c9\u3092\u66f8\u304f\u3079\u304d\u5834\u9762\u3068AI\u306b\u4efb\u305b\u308b\u3079\u304d\u5834\u9762<\/strong>\u306e\u5883\u754c\u7dda\uff08GENAI\u5b9f\u904b\u7528\u30c7\u30fc\u30bf\u4ed8\u304d\uff09<\/span><\/div>\n\n<\/div>\n\n\n<div style=\"margin:48px 0 8px;display:flex;gap:12px;justify-content:center;flex-wrap:wrap;\"><a href=\"https:\/\/aikanri.genai-ai.co.jp\/seminar2-blog\/?utm_source=blog&#038;utm_medium=h2banner&#038;utm_content=cc-python-string-search&#038;blog_slug=cc-python-string-search\" target=\"_blank\" rel=\"noopener\" aria-label=\"Claude Code \u5b8c\u5168\u89e3\u8aac\u30bb\u30df\u30ca\u30fc\uff08\u7121\u6599\u30fb1on1\u30fb60\u5206\uff09\u306e\u4e88\u7d04\u753b\u9762\u3078\" style=\"flex:1 1 280px;max-width:360px;text-decoration:none;\"><img decoding=\"async\" src=\"https:\/\/genai-ai.co.jp\/ai-kanri\/wp-content\/uploads\/2026\/05\/cta_seminar_claude_code_2026.jpg\" alt=\"Claude Code \u5b8c\u5168\u89e3\u8aac\u30bb\u30df\u30ca\u30fc\uff5c\u7d4c\u55b6\u8005\u30fb\u4f1a\u793e\u5f79\u54e1\u5c02\u7528 1on1 60\u5206 \u7121\u6599\" style=\"width:100%;height:auto;border-radius:8px;display:block;\"><\/a><a href=\"https:\/\/aikanri.genai-ai.co.jp\/?utm_source=blog&#038;utm_medium=h2banner&#038;utm_campaign=cc-python-string-search&#038;utm_content=h2-banner-kanri\" target=\"_blank\" rel=\"noopener\" aria-label=\"AI\u9b3c\u7ba1\u7406 \u516c\u5f0f\u30b5\u30a4\u30c8\u3078\" style=\"flex:1 1 280px;max-width:360px;text-decoration:none;\"><img decoding=\"async\" src=\"https:\/\/genai-ai.co.jp\/ai-kanri\/wp-content\/uploads\/2026\/05\/cta_blog_1to1.jpg\" alt=\"Claude Code\u3092\u7d4c\u55b6\u306b\u6d3b\u304b\u3057\u305f\u3044\u65b9\u3078 \u2014 AI\u9b3c\u7ba1\u7406\" style=\"width:100%;height:auto;border-radius:8px;display:block;\"><\/a><\/div>\n\n\n<div id=\"sec-01\"><\/div>\n<h2 class=\"section-header-img\" style=\"margin:32px 0 24px;border-radius:8px;overflow:hidden;background:linear-gradient(135deg,#1a1a1a 0%,#2a1015 100%);padding:32px 28px;color:#fff;position:relative;border:none;border-left:none;text-align:left;\">\n  <span class=\"section-number\" style=\"display:block;\">01<\/span>\n  <span class=\"section-label\" style=\"display:block;\">WHY IT MATTERS<\/span>\n  <span class=\"section-title\" style=\"display:block;\">\u306a\u305c\u7d4c\u55b6\u8005\u30fb\u7ba1\u7406\u8077\u304c\u300c\u6587\u5b57\u5217\u691c\u7d22\u300d\u3092\u77e5\u3063\u3066\u304a\u304f\u3079\u304d\u304b<\/span>\n  <span class=\"section-desc\">\u30b3\u30fc\u30c9\u306f\u66f8\u3051\u306a\u304f\u3066\u3044\u3044\u3002\u4f55\u304c\u3067\u304d\u308b\u304b\u306f\u77e5\u3063\u3066\u304a\u304f<\/span>\n<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">\u300c\u6587\u5b57\u5217\u691c\u7d22\u300d\u3068\u805e\u304f\u3068\u3001\u3044\u304b\u306b\u3082\u30a8\u30f3\u30b8\u30cb\u30a2\u5411\u3051\u306e\u5c02\u9580\u7528\u8a9e\u306b\u805e\u3053\u3048\u307e\u3059\u3002\u3057\u304b\u3057\u5b9f\u969b\u306b\u3084\u3063\u3066\u3044\u308b\u3053\u3068\u306f\u3001\u79c1\u305f\u3061\u304c\u65e5\u5e38\u696d\u52d9\u3067Excel\u306e\u300c\u691c\u7d22\uff08Ctrl+F\uff09\u300d\u3084\u300c\u30d5\u30a3\u30eb\u30bf\u30fc\u300d\u3067\u884c\u3063\u3066\u3044\u308b\u4f5c\u696d\u3068\u672c\u8cea\u7684\u306b\u540c\u3058\u3067\u3059\u3002\u9055\u3044\u306f\u3001Excel\u306e\u691c\u7d22\u7a93\u3092\u624b\u4f5c\u696d\u3067\u30dd\u30c1\u30dd\u30c1\u64cd\u4f5c\u3059\u308b\u4ee3\u308f\u308a\u306b\u3001<strong>\u30d7\u30ed\u30b0\u30e9\u30e0\u306b\u300c\u63a2\u3057\u65b9\u306e\u30eb\u30fc\u30eb\u300d\u3092\u4e00\u5ea6\u66f8\u3051\u3070\u3001\u4f55\u5343\u4ef6\u30fb\u4f55\u4e07\u4ef6\u3067\u3082\u4e00\u77ac\u3067\u51e6\u7406\u3067\u304d\u308b<\/strong>\u70b9\u306b\u3042\u308a\u307e\u3059\u3002<\/p>\n\n\n\n<div style=\"background:#f8f9fa;border-left:4px solid #6b7280;border-radius:0 8px 8px 0;padding:16px 20px;margin:20px 0;\">\n  <p style=\"margin:0 0 4px;font-size:13px;font-weight:700;color:#6b7280;letter-spacing:1px;\">&#128218; \u7528\u8a9e\u89e3\u8aac<\/p>\n  <p style=\"margin:0;font-size:15px;line-height:1.7;\"><strong>\u6587\u5b57\u5217\uff08\u3082\u3058\u308c\u3064\uff09<\/strong>\uff1a\u30d7\u30ed\u30b0\u30e9\u30df\u30f3\u30b0\u3067\u300c\u30c6\u30ad\u30b9\u30c8\u30c7\u30fc\u30bf\u300d\u3092\u6307\u3059\u8a00\u8449\u3002\u6c0f\u540d\u3001\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3001\u4f4f\u6240\u3001\u5951\u7d04\u66f8\u306e\u672c\u6587\u306a\u3069\u3001\u6570\u5024\u3067\u306f\u306a\u3044\u6587\u5b57\u306e\u4e26\u3073\u5168\u822c\u3092\u6307\u3057\u307e\u3059\u3002Excel\u306e\u30bb\u30eb\u306b\u5165\u3063\u3066\u3044\u308b\u300c\u6587\u5b57\u300d\u3060\u3068\u8003\u3048\u308c\u3070\u8fd1\u3044\u30a4\u30e1\u30fc\u30b8\u3067\u3059\u3002<\/p>\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\">\u4f8b\u3048\u3070\u3001\u6b21\u306e\u3088\u3046\u306a\u696d\u52d9\u306f\u3001\u3059\u3079\u3066\u300c\u6587\u5b57\u5217\u691c\u7d22\u300d\u306e\u5fdc\u7528\u3067\u3059\u3002<\/p>\n\n\n\n<div style=\"background:#fafafa;border-radius:8px;padding:16px 20px;margin:16px 0;border-left:4px solid #dc2626;\">\n<div style=\"display:flex;align-items:flex-start;gap:8px;padding:6px 0;font-size:15px;line-height:1.6;\"><span style=\"color:#dc2626;font-size:16px;flex-shrink:0;margin-top:2px;\">&#10004;&#65039;<\/span><span>\u6570\u5343\u4ef6\u306e\u9867\u5ba2\u30ea\u30b9\u30c8\u304b\u3089\u300c@gmail.com\u300d\u306e\u3088\u3046\u306a\u7279\u5b9a\u30c9\u30e1\u30a4\u30f3\u306e\u30e1\u30fc\u30eb\u3060\u3051\u3092\u62bd\u51fa\u3059\u308b<\/span><\/div>\n<div style=\"display:flex;align-items:flex-start;gap:8px;padding:6px 0;font-size:15px;line-height:1.6;\"><span style=\"color:#dc2626;font-size:16px;flex-shrink:0;margin-top:2px;\">&#10004;&#65039;<\/span><span>\u5927\u91cf\u306e\u554f\u3044\u5408\u308f\u305b\u30e1\u30fc\u30eb\u306e\u4e2d\u304b\u3089\u300c\u89e3\u7d04\u300d\u3068\u3044\u3046\u5358\u8a9e\u3092\u542b\u3080\u3082\u306e\u3060\u3051\u3092\u30d4\u30c3\u30af\u30a2\u30c3\u30d7\u3059\u308b<\/span><\/div>\n<div style=\"display:flex;align-items:flex-start;gap:8px;padding:6px 0;font-size:15px;line-height:1.6;\"><span style=\"color:#dc2626;font-size:16px;flex-shrink:0;margin-top:2px;\">&#10004;&#65039;<\/span><span>\u5951\u7d04\u66f8PDF\u306e\u30c6\u30ad\u30b9\u30c8\u304b\u3089\u96fb\u8a71\u756a\u53f7\u30fb\u90f5\u4fbf\u756a\u53f7\u306e\u30d1\u30bf\u30fc\u30f3\u3092\u63a2\u3057\u51fa\u3059<\/span><\/div>\n<div style=\"display:flex;align-items:flex-start;gap:8px;padding:6px 0;font-size:15px;line-height:1.6;\"><span style=\"color:#dc2626;font-size:16px;flex-shrink:0;margin-top:2px;\">&#10004;&#65039;<\/span><span>\u8b70\u4e8b\u9332\u304b\u3089\u300c\u5bfe\u5fdc\u671f\u9650\u300d\u300c\u62c5\u5f53\u8005\u300d\u3068\u3044\u3063\u305f\u30ad\u30fc\u30ef\u30fc\u30c9\u306e\u76f4\u5f8c\u306e\u6587\u8a00\u3092\u62fe\u3044\u51fa\u3059<\/span><\/div>\n<div style=\"display:flex;align-items:flex-start;gap:8px;padding:6px 0;font-size:15px;line-height:1.6;\"><span style=\"color:#dc2626;font-size:16px;flex-shrink:0;margin-top:2px;\">&#10004;&#65039;<\/span><span>\u6ce8\u6587\u756a\u53f7\u306e\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\uff08\u4f8b: ORD-2026-XXXXX\uff09\u304c\u6b63\u3057\u3044\u304b\u3092\u30c1\u30a7\u30c3\u30af\u3059\u308b<\/span><\/div>\n\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\">\u3053\u308c\u3089\u306f\u3059\u3079\u3066\u3001Excel\u306e\u624b\u4f5c\u696d\u3060\u3068\u6570\u6642\u9593\u301c\u6570\u65e5\u304b\u304b\u308b\u5834\u5408\u304c\u3042\u308a\u307e\u3059\u304c\u3001\u6587\u5b57\u5217\u691c\u7d22\u306e\u4ed5\u7d44\u307f\u304c\u5206\u304b\u3063\u3066\u3044\u308c\u3070\u3001AI\u306b\u4e00\u8a00\u6307\u793a\u3059\u308b\u3060\u3051\u3067\u6570\u5341\u79d2\u3067\u7d42\u308f\u308a\u307e\u3059\u3002\u3053\u306e\u8a18\u4e8b\u3067\u306f\u3001\u305d\u306e\u300c\u4ed5\u7d44\u307f\u306e\u90e8\u5206\u300d\u3092\u975e\u30a8\u30f3\u30b8\u30cb\u30a2\u306b\u3082\u5206\u304b\u308b\u7c92\u5ea6\u3067\u89e3\u8aac\u3057\u3066\u3044\u304d\u307e\u3059\u3002<\/p>\n\n\n\n<div style=\"background:#f0fdf4;border:1px solid #22c55e;border-radius:8px;padding:20px 24px;margin:24px 0;\">\n  <div style=\"display:flex;align-items:center;gap:8px;margin-bottom:12px;\">\n    <span style=\"font-size:18px;\">&#128161;<\/span>\n    <strong style=\"color:#16a34a;font-size:15px;\">\u3053\u306e\u8a18\u4e8b\u306e\u8aad\u307f\u65b9<\/strong>\n  <\/div>\n  <p style=\"margin:0;font-size:15px;line-height:1.8;color:#333;\">\u30b3\u30fc\u30c9\u306e\u4e00\u5b57\u4e00\u53e5\u3092\u899a\u3048\u308b\u5fc5\u8981\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u300cfind\u30fbin\u30fbre.findall\u3068\u3044\u30463\u3064\u306e\u9053\u5177\u304c\u3042\u308a\u3001\u305d\u308c\u305e\u308c\u4f55\u304c\u5f97\u610f\u304b\u300d\u3068\u3044\u3046<strong>\u5168\u4f53\u50cf<\/strong>\u3060\u3051\u63b4\u3093\u3067\u304f\u3060\u3055\u3044\u3002\u5b9f\u969b\u306b\u30b3\u30fc\u30c9\u3092\u66f8\u304f\u5834\u9762\u306f\u307b\u307c\u7121\u304f\u3001AI\u306b\u300c\u3053\u308c\u3092\u3084\u3063\u3066\u300d\u3068\u4f1d\u3048\u308b\u969b\u306e\u8a9e\u5f59\u3068\u3057\u3066\u4f7f\u3044\u307e\u3059\u3002<\/p>\n<\/div>\n\n\n\n<h3 class=\"wp-block-heading\">1-1. Excel\u306e\u300c\u691c\u7d22\u300d\u3068\u306e\u5177\u4f53\u7684\u306a\u9055\u3044\u3092\u6570\u5024\u3067\u898b\u308b<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">\u300cExcel\u306b\u3082\u691c\u7d22\u6a5f\u80fd\u304c\u3042\u308b\u306e\u306b\u3001\u308f\u3056\u308f\u3056\u30d7\u30ed\u30b0\u30e9\u30e0\u3067\u691c\u7d22\u3059\u308b\u5fc5\u8981\u304c\u3042\u308b\u306e\u304b\u300d\u3068\u3044\u3046\u7591\u554f\u306f\u3082\u3063\u3068\u3082\u3067\u3059\u3002\u9055\u3044\u3092\u6570\u5024\u3067\u6bd4\u8f03\u3059\u308b\u3068\u3001\u305d\u306e\u5fc5\u8981\u6027\u304c\u306f\u3063\u304d\u308a\u898b\u3048\u3066\u304d\u307e\u3059\u3002<\/p>\n\n\n\n<table>\n<thead><tr><th>\u9805\u76ee<\/th><th>Excel\u306e\u691c\u7d22\uff08Ctrl+F\uff09<\/th><th>\u30d7\u30ed\u30b0\u30e9\u30e0\u306b\u3088\u308b\u6587\u5b57\u5217\u691c\u7d22<\/th><\/tr><\/thead>\n<tbody>\n<tr><td>\u5bfe\u5fdc\u3067\u304d\u308b\u30c7\u30fc\u30bf\u91cf\u306e\u76ee\u5b89<\/td><td>\u6570\u767e\u301c\u6570\u5343\u4ef6\uff08\u624b\u4f5c\u696d\u304c\u524d\u63d0\uff09<\/td><td>\u6570\u4e07\u301c\u6570\u767e\u4e07\u4ef6\u3067\u3082\u540c\u3058\u624b\u9806<\/td><\/tr>\n<tr><td>\u300c\u542b\u307e\u308c\u308b\u3082\u306e\u3060\u3051\u300d\u306e\u7d5e\u308a\u8fbc\u307f<\/td><td>\u30d5\u30a3\u30eb\u30bf\u30fc\u6a5f\u80fd\u3067\u90fd\u5ea6\u624b\u4f5c\u696d<\/td><td>\u4e00\u5ea6\u30eb\u30fc\u30eb\u3092\u6c7a\u3081\u308c\u3070\u81ea\u52d5\u3067\u5168\u4ef6\u51e6\u7406<\/td><\/tr>\n<tr><td>\u8907\u6570\u6761\u4ef6\uff08A\u304b\u3064B\uff09\u306e\u7d44\u307f\u5408\u308f\u305b<\/td><td>\u95a2\u6570\u3092\u7d44\u307f\u5408\u308f\u305b\u3066\u81ea\u4f5c\u304c\u5fc5\u8981<\/td><td>\u30eb\u30fc\u30eb\u306b\u6761\u4ef6\u3092\u8ffd\u52a0\u3059\u308b\u3060\u3051<\/td><\/tr>\n<tr><td>\u540c\u3058\u51e6\u7406\u3092\u6bce\u9031\u7e70\u308a\u8fd4\u3059\u5834\u5408<\/td><td>\u6bce\u56de\u540c\u3058\u624b\u4f5c\u696d\u3092\u7e70\u308a\u8fd4\u3059<\/td><td>\u540c\u3058\u6307\u793a\u3092\u518d\u5229\u7528\u3059\u308b\u3060\u3051\u3067\u5373\u518d\u73fe<\/td><\/tr>\n<\/tbody>\n<\/table>\n\n\n\n<p class=\"wp-block-paragraph\">\u3064\u307e\u308a\u3001\u30c7\u30fc\u30bf\u91cf\u304c\u5c11\u306a\u304f1\u56de\u304d\u308a\u306e\u4f5c\u696d\u3067\u3042\u308c\u3070Excel\u306e\u691c\u7d22\u3067\u5341\u5206\u3067\u3059\u304c\u3001<strong>\u300c\u91cf\u304c\u591a\u3044\u300d\u300c\u7e70\u308a\u8fd4\u3057\u767a\u751f\u3059\u308b\u300d\u300c\u6761\u4ef6\u304c\u8907\u6570\u3042\u308b\u300d<\/strong>\u306e\u3044\u305a\u308c\u304b\u306b\u5f53\u3066\u306f\u307e\u308b\u3068\u3001\u30d7\u30ed\u30b0\u30e9\u30e0\u306b\u3088\u308b\u6587\u5b57\u5217\u691c\u7d22\uff08\u307e\u305f\u306fAI\u3078\u306e\u4e00\u62ec\u4f9d\u983c\uff09\u306e\u65b9\u304c\u5727\u5012\u7684\u306b\u52b9\u7387\u7684\u306b\u306a\u308a\u307e\u3059\u3002\u3053\u306e\u8a18\u4e8b\u3067\u7d39\u4ecb\u3059\u308bfind\u30fbin\u30fbre.findall\u306f\u3001\u307e\u3055\u306b\u3053\u306e\u300c\u91cf\u300d\u300c\u7e70\u308a\u8fd4\u3057\u300d\u300c\u6761\u4ef6\u300d\u306e\u58c1\u3092\u8d8a\u3048\u308b\u305f\u3081\u306e\u57fa\u672c\u30c4\u30fc\u30eb\u3067\u3059\u3002<\/p>\n\n\n<div style=\"margin:48px 0 8px;display:flex;gap:12px;justify-content:center;flex-wrap:wrap;\"><a href=\"https:\/\/aikanri.genai-ai.co.jp\/seminar2-blog\/?utm_source=blog&#038;utm_medium=h2banner&#038;utm_content=cc-python-string-search&#038;blog_slug=cc-python-string-search\" target=\"_blank\" rel=\"noopener\" aria-label=\"Claude Code \u5b8c\u5168\u89e3\u8aac\u30bb\u30df\u30ca\u30fc\uff08\u7121\u6599\u30fb1on1\u30fb60\u5206\uff09\u306e\u4e88\u7d04\u753b\u9762\u3078\" style=\"flex:1 1 280px;max-width:360px;text-decoration:none;\"><img decoding=\"async\" src=\"https:\/\/genai-ai.co.jp\/ai-kanri\/wp-content\/uploads\/2026\/05\/cta_seminar_claude_code_2026.jpg\" alt=\"Claude Code \u5b8c\u5168\u89e3\u8aac\u30bb\u30df\u30ca\u30fc\uff5c\u7d4c\u55b6\u8005\u30fb\u4f1a\u793e\u5f79\u54e1\u5c02\u7528 1on1 60\u5206 \u7121\u6599\" style=\"width:100%;height:auto;border-radius:8px;display:block;\"><\/a><a href=\"https:\/\/aikanri.genai-ai.co.jp\/?utm_source=blog&#038;utm_medium=h2banner&#038;utm_campaign=cc-python-string-search&#038;utm_content=h2-banner-kanri\" target=\"_blank\" rel=\"noopener\" aria-label=\"AI\u9b3c\u7ba1\u7406 \u516c\u5f0f\u30b5\u30a4\u30c8\u3078\" style=\"flex:1 1 280px;max-width:360px;text-decoration:none;\"><img decoding=\"async\" src=\"https:\/\/genai-ai.co.jp\/ai-kanri\/wp-content\/uploads\/2026\/05\/cta_blog_1to1.jpg\" alt=\"Claude Code\u3092\u7d4c\u55b6\u306b\u6d3b\u304b\u3057\u305f\u3044\u65b9\u3078 \u2014 AI\u9b3c\u7ba1\u7406\" style=\"width:100%;height:auto;border-radius:8px;display:block;\"><\/a><\/div>\n\n\n<div id=\"sec-02\"><\/div>\n<h2 class=\"section-header-img\" style=\"margin:32px 0 24px;border-radius:8px;overflow:hidden;background:linear-gradient(135deg,#1a1a1a 0%,#2a1015 100%);padding:32px 28px;color:#fff;position:relative;border:none;border-left:none;text-align:left;\">\n  <span class=\"section-number\" style=\"display:block;\">02<\/span>\n  <span class=\"section-label\" style=\"display:block;\">FIND & RFIND<\/span>\n  <span class=\"section-title\" style=\"display:block;\">find() \/ rfind()\uff1a\u4f4d\u7f6e\u3092\u8abf\u3079\u308b\u691c\u7d22<\/span>\n  <span class=\"section-desc\">\u300c\u3069\u3053\u306b\u3042\u308b\u304b\u300d\u3092\u30d4\u30f3\u30dd\u30a4\u30f3\u30c8\u3067\u77e5\u308a\u305f\u3044\u3068\u304d\u306e\u9053\u5177<\/span>\n<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Python\u306e<code>find()<\/code>\u306f\u3001\u6587\u5b57\u5217\u306e\u4e2d\u3067\u6307\u5b9a\u3057\u305f\u6587\u5b57\uff08\u90e8\u5206\u6587\u5b57\u5217\uff09\u304c<strong>\u4f55\u6587\u5b57\u76ee\u306b\u3042\u308b\u304b<\/strong>\u3092\u8abf\u3079\u308b\u30e1\u30bd\u30c3\u30c9\u3067\u3059\u3002\u898b\u3064\u304b\u3063\u305f\u5834\u5408\u306f\u305d\u306e\u958b\u59cb\u4f4d\u7f6e\uff08\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\uff09\u3092\u3001\u898b\u3064\u304b\u3089\u306a\u304b\u3063\u305f\u5834\u5408\u306f<strong>-1<\/strong>\u3068\u3044\u3046\u6570\u5b57\u3092\u8fd4\u3057\u307e\u3059\u3002<\/p>\n\n\n\n<div style=\"background:#f8f9fa;border-left:4px solid #6b7280;border-radius:0 8px 8px 0;padding:16px 20px;margin:20px 0;\">\n  <p style=\"margin:0 0 4px;font-size:13px;font-weight:700;color:#6b7280;letter-spacing:1px;\">&#128218; \u7528\u8a9e\u89e3\u8aac<\/p>\n  <p style=\"margin:0;font-size:15px;line-height:1.7;\"><strong>\u30a4\u30f3\u30c7\u30c3\u30af\u30b9<\/strong>\uff1a\u6587\u5b57\u5217\u306e\u4e2d\u3067\u306e\u300c\u4f55\u6587\u5b57\u76ee\u304b\u300d\u3092\u8868\u3059\u756a\u53f7\u3002\u30d7\u30ed\u30b0\u30e9\u30df\u30f3\u30b0\u306e\u4e16\u754c\u3067\u306f0\u6587\u5b57\u76ee\u304b\u3089\u6570\u3048\u59cb\u3081\u308b\u306e\u304c\u4e00\u822c\u7684\u306a\u30eb\u30fc\u30eb\u3067\u3001\u3053\u308c\u3092\u300c0\u59cb\u307e\u308a\uff08\u30bc\u30ed\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\uff09\u300d\u3068\u547c\u3073\u307e\u3059\u3002\u4f8b\u3048\u3070\u300cAI\u9b3c\u7ba1\u7406\u300d\u3068\u3044\u3046\u6587\u5b57\u5217\u306a\u3089\u3001\u300cA\u300d\u304c0\u756a\u76ee\u3001\u300cI\u300d\u304c1\u756a\u76ee\u3067\u3059\u3002<\/p>\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\">\u5177\u4f53\u4f8b\u3067\u898b\u3066\u307f\u307e\u3057\u3087\u3046\u3002\u300c\u304a\u554f\u3044\u5408\u308f\u305b\u5185\u5bb9\uff1a\u89e3\u7d04\u306b\u3064\u3044\u3066\u300d\u3068\u3044\u3046\u6587\u5b57\u5217\u304b\u3089\u300c\u89e3\u7d04\u300d\u3092\u63a2\u3059\u5834\u5408\u3001<code>find()<\/code>\u306f\u300c\u89e3\u7d04\u300d\u304c\u59cb\u307e\u308b\u6587\u5b57\u4f4d\u7f6e\u3092\u8fd4\u3057\u307e\u3059\u30020\u6587\u5b57\u76ee\u304b\u3089\u6570\u3048\u59cb\u3081\u308b\u30eb\u30fc\u30eb\u3067\u6570\u3048\u308b\u3068\u300c\u89e3\u300d\u306f9\u756a\u76ee\uff08\u30a4\u30f3\u30c7\u30c3\u30af\u30b99\uff09\u306b\u3042\u305f\u308b\u305f\u3081\u3001find()\u306f<code>9<\/code>\u3092\u8fd4\u3057\u307e\u3059\u3002\u300c\u89e3\u7d04\u300d\u3068\u3044\u3046\u6587\u5b57\u304c\u542b\u307e\u308c\u3066\u3044\u306a\u3051\u308c\u3070\u3001<code>-1<\/code>\u304c\u8fd4\u3063\u3066\u304d\u307e\u3059\u3002<\/p>\n\n\n\n<div style=\"background:#fef2f2;border:2px solid #dc2626;border-radius:8px;padding:20px 24px;margin:24px 0;\">\n  <div style=\"display:flex;align-items:center;gap:8px;margin-bottom:12px;\">\n    <span style=\"font-size:20px;\">&#9888;&#65039;<\/span>\n    <strong style=\"color:#dc2626;font-size:16px;\">find()\u306e\u843d\u3068\u3057\u7a74<\/strong>\n  <\/div>\n  <p style=\"margin:0;font-size:15px;line-height:1.8;color:#333;\">find()\u3068\u4f3c\u305f\u30e1\u30bd\u30c3\u30c9\u306b<code>index()<\/code>\u304c\u3042\u308a\u307e\u3059\u3002find()\u306f\u898b\u3064\u304b\u3089\u306a\u3044\u3068\u304d\u306b-1\u3092\u8fd4\u3059\u3060\u3051\u3067\u3059\u304c\u3001<strong>index()\u306f\u898b\u3064\u304b\u3089\u306a\u3044\u3068\u30a8\u30e9\u30fc\uff08\u4f8b\u5916\uff09\u3067\u51e6\u7406\u304c\u6b62\u307e\u308a\u307e\u3059<\/strong>\u3002\u300c\u5b58\u5728\u3059\u308b\u304b\u3069\u3046\u304b\u5206\u304b\u3089\u306a\u3044\u30c7\u30fc\u30bf\u300d\u3092\u691c\u7d22\u3059\u308b\u5834\u5408\u306ffind()\u3001\u300c\u5fc5\u305a\u5b58\u5728\u3059\u308b\u306f\u305a\u300d\u3068\u3044\u3046\u524d\u63d0\u306e\u30c7\u30fc\u30bf\u306b\u306findex()\u3001\u3068\u4f7f\u3044\u5206\u3051\u308b\u306e\u304c\u57fa\u672c\u3067\u3059\u3002\u3053\u306e\u9055\u3044\u3092\u77e5\u3089\u305a\u306bindex()\u3092\u4f7f\u3063\u3066\u30d7\u30ed\u30b0\u30e9\u30e0\u304c\u9014\u4e2d\u3067\u843d\u3061\u308b\u3001\u3068\u3044\u3046\u306e\u306f\u30d7\u30ed\u30b0\u30e9\u30df\u30f3\u30b0\u521d\u5fc3\u8005\u304c\u6700\u521d\u306b\u3064\u307e\u305a\u304f\u30dd\u30a4\u30f3\u30c8\u306e\u4e00\u3064\u3067\u3059\u3002<\/p>\n<\/div>\n\n\n\n<h3 class=\"wp-block-heading\">2-1. rfind()\uff1a\u5f8c\u308d\u304b\u3089\u63a2\u3059<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\"><code>rfind()<\/code>\u306ffind()\u306e\u300c\u9006\u304b\u3089\u691c\u7d22\u7248\u300d\u3067\u3059\u3002\u6587\u5b57\u5217\u3092<strong>\u53f3\uff08\u672b\u5c3e\uff09\u304b\u3089\u5de6\u306b\u5411\u304b\u3063\u3066<\/strong>\u691c\u7d22\u3057\u3001\u6700\u521d\u306b\u898b\u3064\u304b\u3063\u305f\u4f4d\u7f6e\u3092\u8fd4\u3057\u307e\u3059\u3002<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u696d\u52d9\u3067\u306e\u4f7f\u3044\u3069\u3053\u308d\u3068\u3057\u3066\u306f\u3001\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u304b\u3089\u62e1\u5f35\u5b50\u3092\u53d6\u308a\u51fa\u3059\u5834\u9762\u304c\u5206\u304b\u308a\u3084\u3059\u3044\u4f8b\u3067\u3059\u3002\u300creport_2026_final_v3.xlsx\u300d\u3068\u3044\u3046\u30d5\u30a1\u30a4\u30eb\u540d\u304b\u3089\u62e1\u5f35\u5b50\u3060\u3051\u3092\u53d6\u308a\u305f\u3044\u3068\u304d\u3001\u30d4\u30ea\u30aa\u30c9\u300c.\u300d\u3092\u5f8c\u308d\u304b\u3089\u63a2\u305b\u3070\u3001\u9014\u4e2d\u306b\u5225\u306e\u30d4\u30ea\u30aa\u30c9\u304c\u6df7\u3056\u3063\u3066\u3044\u3066\u3082\u6b63\u3057\u304f\u62e1\u5f35\u5b50\u306e\u4f4d\u7f6e\u3092\u7279\u5b9a\u3067\u304d\u307e\u3059\u3002<\/p>\n\n\n\n<div class=\"balloon-wrap is-right\">\n  <div class=\"balloon-icon\">\n    <img decoding=\"async\" src=\"https:\/\/genai-ai.co.jp\/ai-kanri\/wp-content\/uploads\/2026\/04\/yamazaki-avatar.png\" alt=\"AI\u9b3c\u7ba1\u7406\u5c71\u5d0e\">\n    <span class=\"balloon-name\">AI\u9b3c\u7ba1\u7406\u5c71\u5d0e<\/span>\n  <\/div>\n  <div class=\"balloon-body\">find()\u3068rfind()\u306e\u9055\u3044\u306f\u300c\u524d\u304b\u3089\u63a2\u3059\u304b\u3001\u5f8c\u308d\u304b\u3089\u63a2\u3059\u304b\u300d\u3060\u3051\u3067\u3059\u3002\u305f\u3060\u3001\u3053\u308c\u3092\u4eba\u9593\u304c\u624b\u4f5c\u696d\u3067\u3084\u308b\u3068\u5730\u5473\u306b\u9762\u5012\u306a\u306e\u3067\u3001\u5b9f\u52d9\u3067\u306f\u7d20\u76f4\u306bAI\u306b\u300c\u3053\u306e\u30d5\u30a1\u30a4\u30eb\u540d\u4e00\u89a7\u304b\u3089\u62e1\u5f35\u5b50\u3060\u3051\u629c\u304d\u51fa\u3057\u3066\u300d\u3068\u983c\u3093\u3060\u65b9\u304c\u5727\u5012\u7684\u306b\u65e9\u3044\u3067\u3059\u3002<\/div>\n<\/div>\n\n\n\n<h3 class=\"wp-block-heading\">2-2. find\/rfind\u3092\u4f7f\u3063\u305f\u5b9f\u52d9\u30b7\u30ca\u30ea\u30aa\uff1a\u5951\u7d04\u66f8\u306e\u6761\u9805\u756a\u53f7\u3092\u63a2\u3059<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">\u3082\u3046\u5c11\u3057\u5b9f\u52d9\u306b\u5bc4\u305b\u305f\u4f8b\u3067\u8003\u3048\u3066\u307f\u307e\u3059\u3002\u3042\u308b\u4f1a\u793e\u304c\u6570\u767e\u4ef6\u306e\u5951\u7d04\u66f8\u30c6\u30ad\u30b9\u30c8\u3092\u4fdd\u7ba1\u3057\u3066\u304a\u308a\u3001\u300c\u7b2c\u25ef\u6761\u300d\u3068\u3044\u3046\u6761\u9805\u306e\u4e2d\u304b\u3089\u7279\u5b9a\u306e\u6761\u9805\uff08\u4f8b\u3048\u3070\u300e\u7b2c5\u6761 \u79d8\u5bc6\u4fdd\u6301\u300f\uff09\u304c\u672c\u6587\u306e\u4f55\u6587\u5b57\u76ee\u306b\u767b\u5834\u3059\u308b\u304b\u3092\u8abf\u3079\u305f\u3044\u3068\u3057\u307e\u3059\u3002\u3053\u306e\u5834\u5408\u3001find()\u3092\u4f7f\u3048\u3070\u300c\u7b2c5\u6761\u300d\u3068\u3044\u3046\u6587\u5b57\u5217\u3092\u63a2\u3057\u3001\u898b\u3064\u304b\u3063\u305f\u4f4d\u7f6e\u304b\u3089\u5fc5\u8981\u306a\u7bc4\u56f2\u3060\u3051\u3092\u5207\u308a\u51fa\u3059\u3001\u3068\u3044\u3046\u51e6\u7406\u304c\u53ef\u80fd\u306b\u306a\u308a\u307e\u3059\u3002<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u4eba\u9593\u304c\u624b\u4f5c\u696d\u3067\u3053\u308c\u3092\u3084\u308d\u3046\u3068\u3059\u308b\u3068\u3001\u5951\u7d04\u66f8\u30921\u4ef6\u305a\u3064\u958b\u3044\u3066\u76ee\u8996\u3067\u6761\u9805\u3092\u63a2\u3059\u3053\u3068\u306b\u306a\u308a\u3001100\u4ef6\u3042\u308c\u3070\u6570\u6642\u9593\u304b\u304b\u3063\u3066\u3082\u4e0d\u601d\u8b70\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u4e00\u65b9\u3067find()\u306e\u8003\u3048\u65b9\u3055\u3048\u5206\u304b\u3063\u3066\u3044\u308c\u3070\u3001\u300c\u3053\u306e\u51e6\u7406\u3092\u6570\u767e\u4ef6\u5206\u307e\u3068\u3081\u3066\u3084\u3063\u3066\u300d\u3068AI\u306b\u4f9d\u983c\u3059\u308b\u3060\u3051\u3067\u3001\u540c\u3058\u4f5c\u696d\u304c\u6570\u5341\u79d2\u301c\u6570\u5206\u3067\u7d42\u308f\u308a\u307e\u3059\u3002<strong>\u91cd\u8981\u306a\u306e\u306f\u3001find()\u306e\u30b3\u30fc\u30c9\u305d\u306e\u3082\u306e\u3067\u306f\u306a\u304f\u300c\u4f4d\u7f6e\u3092\u7279\u5b9a\u3057\u3066\u3001\u305d\u3053\u304b\u3089\u5fc5\u8981\u306a\u7bc4\u56f2\u3092\u5207\u308a\u51fa\u3059\u300d\u3068\u3044\u3046\u8003\u3048\u65b9\u3092\u77e5\u3063\u3066\u304a\u304f\u3053\u3068<\/strong>\u3067\u3059\u3002<\/p>\n\n\n\n<div style=\"background:#fafafa;border-radius:8px;padding:16px 20px;margin:16px 0;border-left:4px solid #dc2626;\">\n<div style=\"display:flex;align-items:flex-start;gap:8px;padding:6px 0;font-size:15px;line-height:1.6;\"><span style=\"color:#dc2626;font-size:16px;flex-shrink:0;margin-top:2px;\">&#10004;&#65039;<\/span><span>\u5951\u7d04\u66f8\u306e\u6761\u9805\u756a\u53f7\u3092\u63a2\u3057\u3001\u305d\u306e\u524d\u5f8c\u306e\u6587\u7ae0\u3060\u3051\u3092\u629c\u304d\u51fa\u3059<\/span><\/div>\n<div style=\"display:flex;align-items:flex-start;gap:8px;padding:6px 0;font-size:15px;line-height:1.6;\"><span style=\"color:#dc2626;font-size:16px;flex-shrink:0;margin-top:2px;\">&#10004;&#65039;<\/span><span>\u8acb\u6c42\u66f8\u30c6\u30ad\u30b9\u30c8\u304b\u3089\u300c\u5408\u8a08\u91d1\u984d\u300d\u3068\u3044\u3046\u6587\u8a00\u306e\u76f4\u5f8c\u306e\u6570\u5b57\u3092\u53d6\u5f97\u3059\u308b<\/span><\/div>\n<div style=\"display:flex;align-items:flex-start;gap:8px;padding:6px 0;font-size:15px;line-height:1.6;\"><span style=\"color:#dc2626;font-size:16px;flex-shrink:0;margin-top:2px;\">&#10004;&#65039;<\/span><span>\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u304b\u3089\u300cERROR\u300d\u3068\u3044\u3046\u6587\u5b57\u5217\u304c\u6700\u521d\u306b\u51fa\u73fe\u3057\u305f\u4f4d\u7f6e\u3092\u7279\u5b9a\u3059\u308b<\/span><\/div>\n\n<\/div>\n\n\n<div style=\"margin:48px 0 8px;display:flex;gap:12px;justify-content:center;flex-wrap:wrap;\"><a href=\"https:\/\/aikanri.genai-ai.co.jp\/seminar2-blog\/?utm_source=blog&#038;utm_medium=h2banner&#038;utm_content=cc-python-string-search&#038;blog_slug=cc-python-string-search\" target=\"_blank\" rel=\"noopener\" aria-label=\"Claude Code \u5b8c\u5168\u89e3\u8aac\u30bb\u30df\u30ca\u30fc\uff08\u7121\u6599\u30fb1on1\u30fb60\u5206\uff09\u306e\u4e88\u7d04\u753b\u9762\u3078\" style=\"flex:1 1 280px;max-width:360px;text-decoration:none;\"><img decoding=\"async\" src=\"https:\/\/genai-ai.co.jp\/ai-kanri\/wp-content\/uploads\/2026\/05\/cta_seminar_claude_code_2026.jpg\" alt=\"Claude Code \u5b8c\u5168\u89e3\u8aac\u30bb\u30df\u30ca\u30fc\uff5c\u7d4c\u55b6\u8005\u30fb\u4f1a\u793e\u5f79\u54e1\u5c02\u7528 1on1 60\u5206 \u7121\u6599\" style=\"width:100%;height:auto;border-radius:8px;display:block;\"><\/a><a href=\"https:\/\/aikanri.genai-ai.co.jp\/?utm_source=blog&#038;utm_medium=h2banner&#038;utm_campaign=cc-python-string-search&#038;utm_content=h2-banner-kanri\" target=\"_blank\" rel=\"noopener\" aria-label=\"AI\u9b3c\u7ba1\u7406 \u516c\u5f0f\u30b5\u30a4\u30c8\u3078\" style=\"flex:1 1 280px;max-width:360px;text-decoration:none;\"><img decoding=\"async\" src=\"https:\/\/genai-ai.co.jp\/ai-kanri\/wp-content\/uploads\/2026\/05\/cta_blog_1to1.jpg\" alt=\"Claude Code\u3092\u7d4c\u55b6\u306b\u6d3b\u304b\u3057\u305f\u3044\u65b9\u3078 \u2014 AI\u9b3c\u7ba1\u7406\" style=\"width:100%;height:auto;border-radius:8px;display:block;\"><\/a><\/div>\n\n\n<div id=\"sec-03\"><\/div>\n<h2 class=\"section-header-img\" style=\"margin:32px 0 24px;border-radius:8px;overflow:hidden;background:linear-gradient(135deg,#1a1a1a 0%,#2a1015 100%);padding:32px 28px;color:#fff;position:relative;border:none;border-left:none;text-align:left;\">\n  <span class=\"section-number\" style=\"display:block;\">03<\/span>\n  <span class=\"section-label\" style=\"display:block;\">IN OPERATOR<\/span>\n  <span class=\"section-title\" style=\"display:block;\">in\u6f14\u7b97\u5b50\uff1a\u542b\u307e\u308c\u3066\u3044\u308b\u304b\u3060\u3051\u3092\u5224\u5b9a\u3059\u308b<\/span>\n  <span class=\"section-desc\">\u4f4d\u7f6e\u306f\u3044\u3089\u306a\u3044\u3001\u300c\u3042\u308b\/\u306a\u3044\u300d\u3060\u3051\u77e5\u308a\u305f\u3044\u3068\u304d\u306e\u9053\u5177<\/span>\n<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">find()\u304c\u300c\u3069\u3053\u306b\u3042\u308b\u304b\u300d\u307e\u3067\u6559\u3048\u3066\u304f\u308c\u308b\u306e\u306b\u5bfe\u3057\u3001<code>in<\/code>\u6f14\u7b97\u5b50\u306f\u300c\u542b\u307e\u308c\u3066\u3044\u308b\u304b\u3001\u3044\u306a\u3044\u304b\u300d\u3092<strong>True\uff08\u771f\uff09\u304bFalse\uff08\u507d\uff09<\/strong>\u3060\u3051\u3067\u8fd4\u3057\u307e\u3059\u3002\u4f4d\u7f6e\u60c5\u5831\u304c\u4e0d\u8981\u306a\u5834\u9762\u3067\u306f\u3001find()\u3088\u308a<code>in<\/code>\u306e\u65b9\u304c\u30b7\u30f3\u30d7\u30eb\u3067\u8aad\u307f\u3084\u3059\u304f\u3001\u5b9f\u52d9\u3067\u3082\u6700\u3082\u4f7f\u7528\u983b\u5ea6\u304c\u9ad8\u3044\u691c\u7d22\u65b9\u6cd5\u3067\u3059\u3002<\/p>\n\n\n\n<div style=\"background:#f8f9fa;border-left:4px solid #6b7280;border-radius:0 8px 8px 0;padding:16px 20px;margin:20px 0;\">\n  <p style=\"margin:0 0 4px;font-size:13px;font-weight:700;color:#6b7280;letter-spacing:1px;\">&#128218; \u7528\u8a9e\u89e3\u8aac<\/p>\n  <p style=\"margin:0;font-size:15px;line-height:1.7;\"><strong>\u30d6\u30fc\u30eb\u5024\uff08True \/ False\uff09<\/strong>\uff1a\u30d7\u30ed\u30b0\u30e9\u30df\u30f3\u30b0\u306b\u304a\u3051\u308b\u300c\u306f\u3044\u30fb\u3044\u3044\u3048\u300d\u3092\u8868\u3059\u30c7\u30fc\u30bf\u578b\u3002True\u306f\u300c\u771f\uff1d\u306f\u3044\u30fb\u5f53\u3066\u306f\u307e\u308b\u300d\u3001False\u306f\u300c\u507d\uff1d\u3044\u3044\u3048\u30fb\u5f53\u3066\u306f\u307e\u3089\u306a\u3044\u300d\u3092\u610f\u5473\u3057\u307e\u3059\u3002Excel\u3067\u3044\u3046\u300cTRUE\/FALSE\u300d\u306e\u95a2\u6570\u7d50\u679c\u3068\u307e\u3063\u305f\u304f\u540c\u3058\u8003\u3048\u65b9\u3067\u3059\u3002<\/p>\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\">\u5177\u4f53\u4f8b\u3068\u3057\u3066\u3001\u300c\u3053\u306e\u30e1\u30fc\u30eb\u306e\u672c\u6587\u306b\u300e\u89e3\u7d04\u300f\u3068\u3044\u3046\u5358\u8a9e\u304c\u542b\u307e\u308c\u3066\u3044\u308b\u304b\u300d\u3092\u5224\u5b9a\u3057\u305f\u3044\u5834\u5408\u3001<code>\"\u89e3\u7d04\" in \u30e1\u30fc\u30eb\u672c\u6587<\/code> \u3068\u66f8\u304f\u3060\u3051\u3067\u3001\u542b\u307e\u308c\u3066\u3044\u308c\u3070True\u3001\u542b\u307e\u308c\u3066\u3044\u306a\u3051\u308c\u3070False\u304c\u8fd4\u3063\u3066\u304d\u307e\u3059\u3002\u3053\u306e\u7d50\u679c\u3092\u4f7f\u3063\u3066\u300cTrue\u306e\u30e1\u30fc\u30eb\u3060\u3051\u3092\u5225\u30d5\u30a9\u30eb\u30c0\u306b\u632f\u308a\u5206\u3051\u308b\u300d\u3068\u3044\u3063\u305f\u81ea\u52d5\u4ed5\u5206\u3051\u304c\u53ef\u80fd\u306b\u306a\u308a\u307e\u3059\u3002<\/p>\n\n\n\n<table>\n<thead><tr><th>\u3084\u308a\u305f\u3044\u3053\u3068<\/th><th>\u9069\u3057\u305f\u65b9\u6cd5<\/th><th>\u8fd4\u3063\u3066\u304f\u308b\u5024<\/th><\/tr><\/thead>\n<tbody>\n<tr><td>\u300c\u89e3\u7d04\u300d\u3068\u3044\u3046\u5358\u8a9e\u304c\u542b\u307e\u308c\u308b\u304b\u5224\u5b9a\u3057\u305f\u3044<\/td><td>in\u6f14\u7b97\u5b50<\/td><td>True \u307e\u305f\u306f False<\/td><\/tr>\n<tr><td>\u300c\u89e3\u7d04\u300d\u304c\u672c\u6587\u306e\u4f55\u6587\u5b57\u76ee\u306b\u3042\u308b\u304b\u77e5\u308a\u305f\u3044<\/td><td>find()<\/td><td>\u4f4d\u7f6e\u306e\u6570\u5b57\uff08\u7121\u3051\u308c\u3070-1\uff09<\/td><\/tr>\n<tr><td>\u30d5\u30a1\u30a4\u30eb\u540d\u306e\u62e1\u5f35\u5b50\uff08\u672b\u5c3e\u306e.\u4ee5\u964d\uff09\u3092\u77e5\u308a\u305f\u3044<\/td><td>rfind()<\/td><td>\u672b\u5c3e\u304b\u3089\u898b\u305f\u4f4d\u7f6e\u306e\u6570\u5b57<\/td><\/tr>\n<\/tbody>\n<\/table>\n\n\n\n<div style=\"background:#f0fdf4;border:1px solid #22c55e;border-radius:8px;padding:20px 24px;margin:24px 0;\">\n  <div style=\"display:flex;align-items:center;gap:8px;margin-bottom:12px;\">\n    <span style=\"font-size:18px;\">&#128161;<\/span>\n    <strong style=\"color:#16a34a;font-size:15px;\">\u8ff7\u3063\u305f\u3089in\u6f14\u7b97\u5b50\u3067OK<\/strong>\n  <\/div>\n  <p style=\"margin:0;font-size:15px;line-height:1.8;color:#333;\">\u5b9f\u52d9\u3067\u300c\u542b\u307e\u308c\u3066\u3044\u308b\u304b\u3069\u3046\u304b\u300d\u3060\u3051\u304c\u77e5\u308a\u305f\u3044\u30b1\u30fc\u30b9\u306f\u5168\u4f53\u306e8\u5272\u4ee5\u4e0a\u3092\u5360\u3081\u307e\u3059\u3002\u4f4d\u7f6e\u60c5\u5831\uff08\u4f55\u6587\u5b57\u76ee\u304b\uff09\u307e\u3067\u5fc5\u8981\u306b\u306a\u308b\u30b1\u30fc\u30b9\u306f\u9650\u5b9a\u7684\u306a\u306e\u3067\u3001\u307e\u305a<code>in<\/code>\u6f14\u7b97\u5b50\u304b\u3089\u899a\u3048\u308b\uff08AI\u306b\u6307\u793a\u3059\u308b\u8a9e\u5f59\u3068\u3057\u3066\u6301\u3063\u3066\u304a\u304f\uff09\u306e\u304c\u52b9\u7387\u7684\u3067\u3059\u3002<\/p>\n<\/div>\n\n\n\n<div class=\"balloon-wrap\">\n  <div class=\"balloon-icon\">\n    <img decoding=\"async\" src=\"https:\/\/genai-ai.co.jp\/ai-kanri\/wp-content\/uploads\/2026\/04\/ceo-sugasawa.jpg\" alt=\"\u4ee3\u8868\u83c5\u6fa4\">\n    <span class=\"balloon-name\">\u4ee3\u8868\u83c5\u6fa4<\/span>\n  <\/div>\n  <div class=\"balloon-body\">\u5f0a\u793e\u3067\u3082\u554f\u3044\u5408\u308f\u305b\u30e1\u30fc\u30eb\u306e\u4e00\u6b21\u4ed5\u5206\u3051\u3067\u300c\u7279\u5b9a\u30ad\u30fc\u30ef\u30fc\u30c9\u304c\u542b\u307e\u308c\u308b\u304b\u3069\u3046\u304b\u300d\u306e\u5224\u5b9a\u306f\u3088\u304f\u4f7f\u3044\u307e\u3059\u3002Claude Code\u306b\u300c\u3053\u306e\u30e1\u30fc\u30eb\u4e00\u89a7\u304b\u3089\u300e\u81f3\u6025\u300f\u300e\u30af\u30ec\u30fc\u30e0\u300f\u3092\u542b\u3080\u3082\u306e\u3060\u3051\u62bd\u51fa\u3057\u3066\u300d\u3068\u983c\u3080\u3060\u3051\u3067\u3001in\u6f14\u7b97\u5b50\u76f8\u5f53\u306e\u51e6\u7406\u3092\u88cf\u5074\u3067\u3084\u3063\u3066\u304f\u308c\u307e\u3059\u3002<\/div>\n<\/div>\n\n\n\n<h3 class=\"wp-block-heading\">3-2. \u5b9f\u52d9\u30b7\u30ca\u30ea\u30aa\uff1a\u554f\u3044\u5408\u308f\u305b\u30e1\u30fc\u30eb\u306e\u81ea\u52d5\u632f\u308a\u5206\u3051<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">\u3082\u3046\u4e00\u3064\u5177\u4f53\u7684\u306a\u30b7\u30ca\u30ea\u30aa\u3092\u898b\u3066\u307f\u307e\u3057\u3087\u3046\u30021\u65e5\u306b50\u4ef6\u4ee5\u4e0a\u5c4a\u304f\u554f\u3044\u5408\u308f\u305b\u30e1\u30fc\u30eb\u3092\u3001\u5185\u5bb9\u3054\u3068\u306b\u300c\u30af\u30ec\u30fc\u30e0\u5bfe\u5fdc\u300d\u300c\u89e3\u7d04\u76f8\u8ac7\u300d\u300c\u65b0\u898f\u7533\u8fbc\u300d\u300c\u305d\u306e\u4ed6\u300d\u306b\u4ed5\u5206\u3051\u305f\u3044\u3068\u3057\u307e\u3059\u3002\u305d\u308c\u305e\u308c\u306e\u30ab\u30c6\u30b4\u30ea\u306b\u5178\u578b\u7684\u306a\u30ad\u30fc\u30ef\u30fc\u30c9\uff08\u4f8b\u3048\u3070\u300c\u30af\u30ec\u30fc\u30e0\u300d\u306a\u3089\u300c\u4e0d\u6e80\u300d\u300c\u5bfe\u5fdc\u304c\u9045\u3044\u300d\u300c\u8fd4\u91d1\u300d\u306a\u3069\uff09\u3092\u7528\u610f\u3057\u3001\u30e1\u30fc\u30eb\u672c\u6587\u306b\u305d\u306e\u30ad\u30fc\u30ef\u30fc\u30c9\u304cin\u6f14\u7b97\u5b50\u3067\u542b\u307e\u308c\u3066\u3044\u308b\u304b\u3092\u9806\u756a\u306b\u5224\u5b9a\u3057\u3066\u3044\u3051\u3070\u3001\u6a5f\u68b0\u7684\u306b\u4e00\u6b21\u4ed5\u5206\u3051\u304c\u3067\u304d\u307e\u3059\u3002<\/p>\n\n\n\n<div class=\"g-flow-row\" style=\"margin:24px 0;\">\n  <div class=\"g-flow-item\"><strong>Step 1<\/strong><br><span style=\"font-size:12px;\">\u30ab\u30c6\u30b4\u30ea\u3054\u3068\u306e<br>\u30ad\u30fc\u30ef\u30fc\u30c9\u3092\u7528\u610f<\/span><\/div>\n  <div class=\"g-flow-arrow\">&#8594;<\/div>\n  <div class=\"g-flow-item\"><strong>Step 2<\/strong><br><span style=\"font-size:12px;\">\u672c\u6587\u306bin\u6f14\u7b97\u5b50\u3067<br>\u542b\u307e\u308c\u308b\u304b\u5224\u5b9a<\/span><\/div>\n  <div class=\"g-flow-arrow\">&#8594;<\/div>\n  <div class=\"g-flow-item\"><strong>Step 3<\/strong><br><span style=\"font-size:12px;\">\u8a72\u5f53\u30ab\u30c6\u30b4\u30ea\u306e<br>\u30d5\u30a9\u30eb\u30c0\u3078\u81ea\u52d5\u632f\u5206<\/span><\/div>\n  <div class=\"g-flow-arrow\">&#8594;<\/div>\n  <div class=\"g-flow-item\"><strong>Step 4<\/strong><br><span style=\"font-size:12px;\">\u4eba\u9593\u306f\u6700\u7d42\u78ba\u8a8d\u3068<br>\u500b\u5225\u5bfe\u5fdc\u306b\u96c6\u4e2d<\/span><\/div>\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\">\u3053\u306e\u4ed5\u7d44\u307f\u306e\u5229\u70b9\u306f\u3001<strong>\u300c\u6a5f\u68b0\u7684\u306b\u5224\u5b9a\u3067\u304d\u308b\u4e00\u6b21\u4ed5\u5206\u3051\u300d\u3092AI\u306b\u4efb\u305b\u3001\u4eba\u9593\u306f\u5224\u65ad\u304c\u5fc5\u8981\u306a\u90e8\u5206\u3060\u3051\u306b\u96c6\u4e2d\u3067\u304d\u308b<\/strong>\u70b9\u306b\u3042\u308a\u307e\u3059\u30021\u65e550\u4ef6\u306e\u30e1\u30fc\u30eb\u3092\u3059\u3079\u3066\u4eba\u529b\u3067\u4ed5\u5206\u3051\u308b\u30681\u301c2\u6642\u9593\u304b\u304b\u308a\u307e\u3059\u304c\u3001\u4e00\u6b21\u4ed5\u5206\u3051\u3092\u81ea\u52d5\u5316\u3059\u308c\u3070\u3001\u4eba\u9593\u306e\u4f5c\u696d\u306f\u300c\u632f\u308a\u5206\u3051\u7d50\u679c\u306e\u6700\u7d42\u78ba\u8a8d\u300d\u3060\u3051\u306b\u306a\u308a\u300110\u301c15\u5206\u7a0b\u5ea6\u307e\u3067\u5727\u7e2e\u3067\u304d\u307e\u3059\u3002<\/p>\n\n\n<div style=\"margin:48px 0 8px;display:flex;gap:12px;justify-content:center;flex-wrap:wrap;\"><a href=\"https:\/\/aikanri.genai-ai.co.jp\/seminar2-blog\/?utm_source=blog&#038;utm_medium=h2banner&#038;utm_content=cc-python-string-search&#038;blog_slug=cc-python-string-search\" target=\"_blank\" rel=\"noopener\" aria-label=\"Claude Code \u5b8c\u5168\u89e3\u8aac\u30bb\u30df\u30ca\u30fc\uff08\u7121\u6599\u30fb1on1\u30fb60\u5206\uff09\u306e\u4e88\u7d04\u753b\u9762\u3078\" style=\"flex:1 1 280px;max-width:360px;text-decoration:none;\"><img decoding=\"async\" src=\"https:\/\/genai-ai.co.jp\/ai-kanri\/wp-content\/uploads\/2026\/05\/cta_seminar_claude_code_2026.jpg\" alt=\"Claude Code \u5b8c\u5168\u89e3\u8aac\u30bb\u30df\u30ca\u30fc\uff5c\u7d4c\u55b6\u8005\u30fb\u4f1a\u793e\u5f79\u54e1\u5c02\u7528 1on1 60\u5206 \u7121\u6599\" style=\"width:100%;height:auto;border-radius:8px;display:block;\"><\/a><a href=\"https:\/\/aikanri.genai-ai.co.jp\/?utm_source=blog&#038;utm_medium=h2banner&#038;utm_campaign=cc-python-string-search&#038;utm_content=h2-banner-kanri\" target=\"_blank\" rel=\"noopener\" aria-label=\"AI\u9b3c\u7ba1\u7406 \u516c\u5f0f\u30b5\u30a4\u30c8\u3078\" style=\"flex:1 1 280px;max-width:360px;text-decoration:none;\"><img decoding=\"async\" src=\"https:\/\/genai-ai.co.jp\/ai-kanri\/wp-content\/uploads\/2026\/05\/cta_blog_1to1.jpg\" alt=\"Claude Code\u3092\u7d4c\u55b6\u306b\u6d3b\u304b\u3057\u305f\u3044\u65b9\u3078 \u2014 AI\u9b3c\u7ba1\u7406\" style=\"width:100%;height:auto;border-radius:8px;display:block;\"><\/a><\/div>\n\n\n<div id=\"sec-04\"><\/div>\n<h2 class=\"section-header-img\" style=\"margin:32px 0 24px;border-radius:8px;overflow:hidden;background:linear-gradient(135deg,#1a1a1a 0%,#2a1015 100%);padding:32px 28px;color:#fff;position:relative;border:none;border-left:none;text-align:left;\">\n  <span class=\"section-number\" style=\"display:block;\">04<\/span>\n  <span class=\"section-label\" style=\"display:block;\">RE.FINDALL<\/span>\n  <span class=\"section-title\" style=\"display:block;\">re.findall()\uff1a\u30d1\u30bf\u30fc\u30f3\u3067\u4e00\u62ec\u62bd\u51fa\u3059\u308b<\/span>\n  <span class=\"section-desc\">\u300c\u6c7a\u307e\u3063\u305f\u5f62\u300d\u306e\u30c7\u30fc\u30bf\u3092\u307e\u3068\u3081\u3066\u629c\u304d\u51fa\u3059\u6700\u5f37\u306e\u9053\u5177<\/span>\n<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">find()\u3084in\u6f14\u7b97\u5b50\u306f\u3001\u300c\u89e3\u7d04\u300d\u306e\u3088\u3046\u306a<strong>\u56fa\u5b9a\u306e\u6587\u5b57\u5217<\/strong>\u3092\u63a2\u3059\u306e\u306f\u5f97\u610f\u3067\u3059\u304c\u3001\u300c\u96fb\u8a71\u756a\u53f7\u306e\u3088\u3046\u306a\u5f62\u306e\u6587\u5b57\u5217\u3059\u3079\u3066\u300d\u3068\u3044\u3063\u305f<strong>\u30d1\u30bf\u30fc\u30f3\uff08\u5f62\uff09<\/strong>\u3067\u63a2\u3059\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u3053\u3067\u767b\u5834\u3059\u308b\u306e\u304c\u3001<code>re<\/code>\u3068\u3044\u3046\u6a19\u6e96\u30e9\u30a4\u30d6\u30e9\u30ea\u306e<code>findall()<\/code>\u95a2\u6570\u3067\u3059\u3002<\/p>\n\n\n\n<div style=\"background:#f8f9fa;border-left:4px solid #6b7280;border-radius:0 8px 8px 0;padding:16px 20px;margin:20px 0;\">\n  <p style=\"margin:0 0 4px;font-size:13px;font-weight:700;color:#6b7280;letter-spacing:1px;\">&#128218; \u7528\u8a9e\u89e3\u8aac<\/p>\n  <p style=\"margin:0;font-size:15px;line-height:1.7;\"><strong>\u6b63\u898f\u8868\u73fe\uff08\u305b\u3044\u304d\u3072\u3087\u3046\u3052\u3093 \/ regex\uff09<\/strong>\uff1a\u300c\u3053\u306e\u5f62\u306b\u5f53\u3066\u306f\u307e\u308b\u6587\u5b57\u5217\u300d\u3092\u8a18\u53f7\u306e\u30eb\u30fc\u30eb\u3067\u8868\u73fe\u3059\u308b\u4ed5\u7d44\u307f\u3002\u4f8b\u3048\u3070\u300c\u6570\u5b57\u304c2\u301c4\u6841\u3001\u30cf\u30a4\u30d5\u30f3\u3001\u6570\u5b572\u301c4\u6841\u3001\u30cf\u30a4\u30d5\u30f3\u3001\u6570\u5b574\u6841\u300d\u3068\u3044\u3046\u5f62\u3092\u30eb\u30fc\u30eb\u5316\u3059\u308c\u3070\u3001\u96fb\u8a71\u756a\u53f7\u3089\u3057\u304d\u6587\u5b57\u5217\u3092\u307e\u3068\u3081\u3066\u62bd\u51fa\u3067\u304d\u307e\u3059\u3002\u6587\u5b57\u5217\u691c\u7d22\u306b\u304a\u3051\u308b\u300c\u691c\u7d22\u6761\u4ef6\u306e\u6307\u5b9a\u8a00\u8a9e\u300d\u3068\u8003\u3048\u308b\u3068\u5206\u304b\u308a\u3084\u3059\u3044\u3067\u3059\u3002<\/p>\n<\/div>\n\n\n\n<div style=\"background:#f8f9fa;border-left:4px solid #6b7280;border-radius:0 8px 8px 0;padding:16px 20px;margin:20px 0;\">\n  <p style=\"margin:0 0 4px;font-size:13px;font-weight:700;color:#6b7280;letter-spacing:1px;\">&#128218; \u7528\u8a9e\u89e3\u8aac<\/p>\n  <p style=\"margin:0;font-size:15px;line-height:1.7;\"><strong>\u30e9\u30a4\u30d6\u30e9\u30ea\uff08\u30e2\u30b8\u30e5\u30fc\u30eb\uff09<\/strong>\uff1aPython\u672c\u4f53\u306b\u306f\u542b\u307e\u308c\u3066\u3044\u306a\u3044\u8ffd\u52a0\u6a5f\u80fd\u3092\u3001\u3042\u3068\u304b\u3089\u8aad\u307f\u8fbc\u3093\u3067\u4f7f\u3048\u308b\u3088\u3046\u306b\u3059\u308b\u90e8\u54c1\u96c6\u3002<code>re<\/code>\u306f\u6b63\u898f\u8868\u73fe\u3092\u6271\u3046\u305f\u3081\u306e\u6a19\u6e96\u30e9\u30a4\u30d6\u30e9\u30ea\u3067\u3001Python\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u305f\u6642\u70b9\u3067\u6700\u521d\u304b\u3089\u4f7f\u3048\u308b\u300c\u6a19\u6e96\u88c5\u5099\u300d\u306e\u6a5f\u80fd\u3067\u3059\u3002<\/p>\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\">\u4f8b\u3048\u3070\u3001\u5927\u91cf\u306e\u30c6\u30ad\u30b9\u30c8\u304b\u3089\u96fb\u8a71\u756a\u53f7\u3089\u3057\u304d\u6587\u5b57\u5217\uff0803-1234-5678 \u306e\u3088\u3046\u306a\u5f62\uff09\u3092\u3059\u3079\u3066\u629c\u304d\u51fa\u3057\u305f\u3044\u5834\u5408\u3001re.findall()\u306b\u300c\u6570\u5b57\u306e\u4e26\u3073\uff0b\u30cf\u30a4\u30d5\u30f3\uff0b\u6570\u5b57\u306e\u4e26\u3073\uff0b\u30cf\u30a4\u30d5\u30f3\uff0b\u6570\u5b57\u306e\u4e26\u3073\u300d\u3068\u3044\u3046\u30d1\u30bf\u30fc\u30f3\u3092\u6e21\u3059\u3068\u3001\u6761\u4ef6\u306b\u5408\u3046\u6587\u5b57\u5217\u3092<strong>\u30ea\u30b9\u30c8\u5f62\u5f0f\u3067\u307e\u3068\u3081\u3066<\/strong>\u8fd4\u3057\u3066\u304f\u308c\u307e\u3059\u30021\u4ef6\u305a\u3064find()\u3084in\u3067\u63a2\u3059\u5fc5\u8981\u304c\u306a\u304f\u3001\u6587\u66f8\u5168\u4f53\u304b\u3089\u8a72\u5f53\u7b87\u6240\u3092\u4e00\u6c17\u306b\u6d17\u3044\u51fa\u305b\u308b\u306e\u304c\u6700\u5927\u306e\u5f37\u307f\u3067\u3059\u3002<\/p>\n\n\n\n<table>\n<thead><tr><th>\u62bd\u51fa\u3057\u305f\u3044\u3082\u306e<\/th><th>\u6b63\u898f\u8868\u73fe\u30d1\u30bf\u30fc\u30f3\u306e\u8003\u3048\u65b9<\/th><th>\u8a72\u5f53\u3059\u308b\u6587\u5b57\u5217\u306e\u4f8b<\/th><\/tr><\/thead>\n<tbody>\n<tr><td>\u96fb\u8a71\u756a\u53f7<\/td><td>\u6570\u5b572\u301c4\u6841\u2192\u30cf\u30a4\u30d5\u30f3\u2192\u6570\u5b572\u301c4\u6841\u2192\u30cf\u30a4\u30d5\u30f3\u2192\u6570\u5b574\u6841<\/td><td>03-1234-5678<\/td><\/tr>\n<tr><td>\u90f5\u4fbf\u756a\u53f7<\/td><td>\u6570\u5b573\u6841\u2192\u30cf\u30a4\u30d5\u30f3\u2192\u6570\u5b574\u6841<\/td><td>100-0001<\/td><\/tr>\n<tr><td>\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u306e\u30c9\u30e1\u30a4\u30f3<\/td><td>@\u3088\u308a\u5f8c\u308d\u306e\u82f1\u6570\u5b57\u30fb\u8a18\u53f7\u306e\u4e26\u3073<\/td><td>example.co.jp<\/td><\/tr>\n<tr><td>\u6ce8\u6587\u756a\u53f7<\/td><td>\u300cORD-\u300d\u304b\u3089\u59cb\u307e\u308a\u6570\u5b57\u304c\u7d9a\u304f\u5f62<\/td><td>ORD-2026-00458<\/td><\/tr>\n<\/tbody>\n<\/table>\n\n\n\n<div style=\"background:#fef2f2;border:2px solid #dc2626;border-radius:8px;padding:20px 24px;margin:24px 0;\">\n  <div style=\"display:flex;align-items:center;gap:8px;margin-bottom:12px;\">\n    <span style=\"font-size:20px;\">&#9888;&#65039;<\/span>\n    <strong style=\"color:#dc2626;font-size:16px;\">re.findall()\u3092\u4f7f\u3046\u3068\u304d\u306e\u6ce8\u610f<\/strong>\n  <\/div>\n  <p style=\"margin:0;font-size:15px;line-height:1.8;color:#333;\">\u6b63\u898f\u8868\u73fe\u306f\u975e\u5e38\u306b\u5f37\u529b\u3067\u3059\u304c\u3001\u30d1\u30bf\u30fc\u30f3\u306e\u66f8\u304d\u65b9\u3092\u4e00\u6587\u5b57\u9593\u9055\u3048\u308b\u3060\u3051\u3067\u3001\u6b32\u3057\u3044\u30c7\u30fc\u30bf\u304c\u53d6\u308c\u306a\u304b\u3063\u305f\u308a\u3001\u9006\u306b\u4e0d\u8981\u306a\u30c7\u30fc\u30bf\u307e\u3067\u62fe\u3063\u3066\u3057\u307e\u3063\u305f\u308a\u3057\u307e\u3059\u3002\u5b9f\u52d9\u3067\u306e\u6b63\u898f\u8868\u73fe\u4f5c\u6210\u306f<strong>\u975e\u30a8\u30f3\u30b8\u30cb\u30a2\u304c\u624b\u3092\u51fa\u3059\u3068\u4e8b\u6545\u308a\u3084\u3059\u3044\u9818\u57df<\/strong>\u306a\u306e\u3067\u3001\u30d1\u30bf\u30fc\u30f3\u8a2d\u8a08\u305d\u306e\u3082\u306e\u3092AI\u306b\u4efb\u305b\u308b\u306e\u304c\u5b89\u5168\u3067\u3059\u3002<\/p>\n<\/div>\n\n\n\n<h3 class=\"wp-block-heading\">4-1. find\/in\/re.findall\u306e\u6280\u8853\u7684\u306a\u4f4d\u7f6e\u3065\u3051<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">\u6574\u7406\u3059\u308b\u3068\u3001find()\u3068in\u6f14\u7b97\u5b50\u306f\u300c\u56fa\u5b9a\u306e\u6587\u5b57\u5217\u300d\u3092\u5bfe\u8c61\u306b\u3057\u305f\u691c\u7d22\u3067\u3001Python\u672c\u4f53\u306e\u6a5f\u80fd\uff08\u30e1\u30bd\u30c3\u30c9\u30fb\u6f14\u7b97\u5b50\uff09\u3068\u3057\u3066\u6700\u521d\u304b\u3089\u7528\u610f\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u4e00\u65b9\u3067re.findall()\u306f\u300c\u30d1\u30bf\u30fc\u30f3\uff08\u5f62\uff09\u300d\u3092\u5bfe\u8c61\u306b\u3057\u305f\u691c\u7d22\u3067\u3001re\u3068\u3044\u3046\u8ffd\u52a0\u30e9\u30a4\u30d6\u30e9\u30ea\u3092import\u3057\u3066\u4f7f\u3046\u70b9\u304c\u6280\u8853\u7684\u306a\u9055\u3044\u3067\u3059\u3002\u76ee\u7684\u306b\u5fdc\u3058\u3066\u3053\u306e3\u3064\u3092\u4f7f\u3044\u5206\u3051\u308b\u306e\u304c\u3001Python\u306b\u304a\u3051\u308b\u6587\u5b57\u5217\u691c\u7d22\u306e\u57fa\u672c\u5f62\u306b\u306a\u308a\u307e\u3059\u3002<\/p>\n\n\n\n<div class=\"balloon-wrap is-right\">\n  <div class=\"balloon-icon\">\n    <img decoding=\"async\" src=\"https:\/\/genai-ai.co.jp\/ai-kanri\/wp-content\/uploads\/2026\/04\/yamazaki-avatar.png\" alt=\"AI\u9b3c\u7ba1\u7406\u5c71\u5d0e\">\n    <span class=\"balloon-name\">AI\u9b3c\u7ba1\u7406\u5c71\u5d0e<\/span>\n  <\/div>\n  <div class=\"balloon-body\">\u6b63\u898f\u8868\u73fe\u306f\u300c\u7a76\u6975\u306e\u691c\u7d22\u6761\u4ef6\u6307\u5b9a\u30c4\u30fc\u30eb\u300d\u3067\u3059\u304c\u3001\u696d\u52d9\u3067\u4f7f\u3046\u30b7\u30fc\u30f3\u306e\u307b\u3068\u3093\u3069\u306f\u3001\u5b9f\u306fAI\u306b\u300c\u3053\u3046\u3044\u3046\u5f62\u306e\u6587\u5b57\u5217\u3092\u629c\u304d\u51fa\u3057\u3066\u300d\u3068\u65e5\u672c\u8a9e\u3067\u4f1d\u3048\u308b\u3060\u3051\u3067\u6e08\u307f\u307e\u3059\u3002\u30d1\u30bf\u30fc\u30f3\u306e\u66f8\u304d\u65b9\u3092\u4eba\u9593\u304c\u899a\u3048\u308b\u5fc5\u8981\u6027\u306f\u3001\u5e74\u3005\u4e0b\u304c\u3063\u3066\u3044\u308b\u3068\u611f\u3058\u307e\u3059\u3002<\/div>\n<\/div>\n\n\n\n<h3 class=\"wp-block-heading\">4-2. \u5b9f\u52d9\u30b7\u30ca\u30ea\u30aa\uff1a\u5951\u7d04\u66f8\u30c6\u30ad\u30b9\u30c8\u304b\u3089\u96fb\u8a71\u756a\u53f7\u3092\u4e00\u62ec\u62bd\u51fa<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">\u6700\u5f8c\u306b\u3001re.findall()\u306e\u5b9f\u52d9\u30b7\u30ca\u30ea\u30aa\u3092\u5177\u4f53\u7684\u306b\u898b\u3066\u304a\u304d\u307e\u3059\u3002\u3042\u308b\u4f1a\u793e\u304c\u6570\u767e\u4ef6\u306e\u5951\u7d04\u66f8PDF\u3092\u30c6\u30ad\u30b9\u30c8\u5316\u3057\u3001\u305d\u306e\u4e2d\u304b\u3089\u53d6\u5f15\u5148\u306e\u96fb\u8a71\u756a\u53f7\u3092\u3059\u3079\u3066\u30ea\u30b9\u30c8\u5316\u3057\u305f\u3044\u3068\u3057\u307e\u3059\u3002\u96fb\u8a71\u756a\u53f7\u306f\u300c03-1234-5678\u300d\u300c090-1234-5678\u300d\u306e\u3088\u3046\u306b<strong>\u5f62\u306f\u4f3c\u3066\u3044\u308b\u304c\u6570\u5b57\u305d\u306e\u3082\u306e\u306f\u6bce\u56de\u9055\u3046<\/strong>\u305f\u3081\u3001find()\u3084in\u6f14\u7b97\u5b50\u306e\u3088\u3046\u306a\u56fa\u5b9a\u6587\u5b57\u5217\u306e\u691c\u7d22\u3067\u306f\u5bfe\u5fdc\u3067\u304d\u307e\u305b\u3093\u3002<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u3053\u3053\u3067re.findall()\u306e\u51fa\u756a\u3067\u3059\u3002\u300c\u6570\u5b57\u304c2\u301c4\u6841\u3001\u30cf\u30a4\u30d5\u30f3\u3001\u6570\u5b57\u304c2\u301c4\u6841\u3001\u30cf\u30a4\u30d5\u30f3\u3001\u6570\u5b57\u304c4\u6841\u300d\u3068\u3044\u3046<strong>\u30d1\u30bf\u30fc\u30f3<\/strong>\u3092\u6307\u5b9a\u3059\u308c\u3070\u3001\u6587\u66f8\u5168\u4f53\u3092\u30b9\u30ad\u30e3\u30f3\u3057\u3066\u6761\u4ef6\u306b\u5408\u3046\u6587\u5b57\u5217\u3092\u3059\u3079\u3066\u30ea\u30b9\u30c8\u306b\u307e\u3068\u3081\u3066\u53d6\u5f97\u3067\u304d\u307e\u3059\u3002\u6570\u767e\u4ef6\u306e\u5951\u7d04\u66f8\u304b\u3089\u624b\u4f5c\u696d\u3067\u96fb\u8a71\u756a\u53f7\u3092\u62fe\u3044\u51fa\u3059\u3068\u4e381\u65e5\u4ed5\u4e8b\u306b\u306a\u308a\u307e\u3059\u304c\u3001\u30d1\u30bf\u30fc\u30f3\u3055\u3048\u6b63\u3057\u304f\u6307\u5b9a\u3067\u304d\u308c\u3070\u3001\u3053\u306e\u51e6\u7406\u306f\u6570\u5341\u79d2\u3067\u5b8c\u4e86\u3057\u307e\u3059\u3002<\/p>\n\n\n\n<table>\n<thead><tr><th>\u4f5c\u696d\u65b9\u6cd5<\/th><th>\u6240\u8981\u6642\u9593\u306e\u76ee\u5b89\uff08\u5951\u7d04\u66f8300\u4ef6\u60f3\u5b9a\uff09<\/th><th>\u898b\u843d\u3068\u3057\u30ea\u30b9\u30af<\/th><\/tr><\/thead>\n<tbody>\n<tr><td>\u4eba\u529b\u3067\u76ee\u8996\u78ba\u8a8d<\/td><td>\u7d046\u301c8\u6642\u9593<\/td><td>\u75b2\u52b4\u306b\u3088\u308b\u898b\u843d\u3068\u3057\u304c\u767a\u751f\u3057\u3084\u3059\u3044<\/td><\/tr>\n<tr><td>Excel\u306e\u691c\u7d22\u6a5f\u80fd\u30921\u4ef6\u305a\u3064\u4f7f\u7528<\/td><td>\u7d043\u301c4\u6642\u9593<\/td><td>\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u306e\u30d6\u30ec\u3092\u898b\u9003\u3057\u3084\u3059\u3044<\/td><\/tr>\n<tr><td>re.findall()\u76f8\u5f53\u306e\u4e00\u62ec\u62bd\u51fa\uff08AI\u4f9d\u983c\uff09<\/td><td>\u6570\u5341\u79d2\u301c\u6570\u5206<\/td><td>\u30d1\u30bf\u30fc\u30f3\u8a2d\u8a08\u304c\u6b63\u78ba\u3067\u3042\u308c\u3070\u898b\u843d\u3068\u3057\u306a\u3057<\/td><\/tr>\n<\/tbody>\n<\/table>\n\n\n\n<div style=\"background:#fef2f2;border:2px solid #dc2626;border-radius:8px;padding:20px 24px;margin:24px 0;\">\n  <div style=\"display:flex;align-items:center;gap:8px;margin-bottom:12px;\">\n    <span style=\"font-size:20px;\">&#9888;&#65039;<\/span>\n    <strong style=\"color:#dc2626;font-size:16px;\">\u62bd\u51fa\u7d50\u679c\u306f\u5fc5\u305a\u4eba\u9593\u304c\u6700\u7d42\u30c1\u30a7\u30c3\u30af\u3059\u308b<\/strong>\n  <\/div>\n  <p style=\"margin:0;font-size:15px;line-height:1.8;color:#333;\">AI\u306b\u3088\u308b\u4e00\u62ec\u62bd\u51fa\u306f\u975e\u5e38\u306b\u9ad8\u901f\u3067\u3059\u304c\u3001\u5951\u7d04\u66f8\u3068\u3044\u3046\u91cd\u8981\u66f8\u985e\u3092\u6271\u3046\u4ee5\u4e0a\u3001\u62bd\u51fa\u7d50\u679c\u3092\u305d\u306e\u307e\u307e\u4f7f\u3046\u306e\u3067\u306f\u306a\u304f<strong>\u30b5\u30f3\u30d7\u30eb\u6570\u4ef6\u3092\u4eba\u9593\u306e\u76ee\u3067\u7167\u5408\u3059\u308b<\/strong>\u5de5\u7a0b\u3092\u5fc5\u305a\u631f\u3093\u3067\u304f\u3060\u3055\u3044\u3002\u300c\u901f\u3044\u304c\u691c\u8a3c\u3057\u306a\u3044\u300d\u306f\u4e8b\u6545\u306e\u3082\u3068\u3067\u3059\u3002<\/p>\n<\/div>\n\n\n<div style=\"margin:48px 0 8px;display:flex;gap:12px;justify-content:center;flex-wrap:wrap;\"><a href=\"https:\/\/aikanri.genai-ai.co.jp\/seminar2-blog\/?utm_source=blog&#038;utm_medium=h2banner&#038;utm_content=cc-python-string-search&#038;blog_slug=cc-python-string-search\" target=\"_blank\" rel=\"noopener\" aria-label=\"Claude Code \u5b8c\u5168\u89e3\u8aac\u30bb\u30df\u30ca\u30fc\uff08\u7121\u6599\u30fb1on1\u30fb60\u5206\uff09\u306e\u4e88\u7d04\u753b\u9762\u3078\" style=\"flex:1 1 280px;max-width:360px;text-decoration:none;\"><img decoding=\"async\" src=\"https:\/\/genai-ai.co.jp\/ai-kanri\/wp-content\/uploads\/2026\/05\/cta_seminar_claude_code_2026.jpg\" alt=\"Claude Code \u5b8c\u5168\u89e3\u8aac\u30bb\u30df\u30ca\u30fc\uff5c\u7d4c\u55b6\u8005\u30fb\u4f1a\u793e\u5f79\u54e1\u5c02\u7528 1on1 60\u5206 \u7121\u6599\" style=\"width:100%;height:auto;border-radius:8px;display:block;\"><\/a><a href=\"https:\/\/aikanri.genai-ai.co.jp\/?utm_source=blog&#038;utm_medium=h2banner&#038;utm_campaign=cc-python-string-search&#038;utm_content=h2-banner-kanri\" target=\"_blank\" rel=\"noopener\" aria-label=\"AI\u9b3c\u7ba1\u7406 \u516c\u5f0f\u30b5\u30a4\u30c8\u3078\" style=\"flex:1 1 280px;max-width:360px;text-decoration:none;\"><img decoding=\"async\" src=\"https:\/\/genai-ai.co.jp\/ai-kanri\/wp-content\/uploads\/2026\/05\/cta_blog_1to1.jpg\" alt=\"Claude Code\u3092\u7d4c\u55b6\u306b\u6d3b\u304b\u3057\u305f\u3044\u65b9\u3078 \u2014 AI\u9b3c\u7ba1\u7406\" style=\"width:100%;height:auto;border-radius:8px;display:block;\"><\/a><\/div>\n\n\n<div id=\"sec-05\"><\/div>\n<h2 class=\"section-header-img\" style=\"margin:32px 0 24px;border-radius:8px;overflow:hidden;background:linear-gradient(135deg,#1a1a1a 0%,#2a1015 100%);padding:32px 28px;color:#fff;position:relative;border:none;border-left:none;text-align:left;\">\n  <span class=\"section-number\" style=\"display:block;\">05<\/span>\n  <span class=\"section-label\" style=\"display:block;\">QUICK REFERENCE<\/span>\n  <span class=\"section-title\" style=\"display:block;\">3\u3064\u306e\u691c\u7d22\u65b9\u6cd5\u306e\u4f7f\u3044\u5206\u3051\u65e9\u898b\u8868<\/span>\n  <span class=\"section-desc\">\u7d50\u5c40\u3069\u308c\u3092\u4f7f\u3048\u3070\u3044\u3044\u306e\u304b\u30011\u679a\u3067\u5224\u65ad\u3059\u308b<\/span>\n<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">\u3053\u3053\u307e\u3067\u306e\u5185\u5bb9\u3092\u3001\u696d\u52d9\u30b7\u30fc\u30f3\u304b\u3089\u9006\u5f15\u304d\u3067\u304d\u308b\u5f62\u30671\u679a\u306e\u8868\u306b\u307e\u3068\u3081\u307e\u3057\u305f\u3002<\/p>\n\n\n\n<table>\n<thead><tr><th>\u696d\u52d9\u30b7\u30fc\u30f3<\/th><th>\u304a\u3059\u3059\u3081\u306e\u65b9\u6cd5<\/th><th>\u7406\u7531<\/th><\/tr><\/thead>\n<tbody>\n<tr><td>\u7279\u5b9a\u306e\u5358\u8a9e\u304c\u542b\u307e\u308c\u308b\u30e1\u30fc\u30eb\u3060\u3051\u4ed5\u5206\u3051\u305f\u3044<\/td><td>in\u6f14\u7b97\u5b50<\/td><td>\u4f4d\u7f6e\u306f\u4e0d\u8981\u3001\u3042\u308b\/\u306a\u3044\u306e\u5224\u5b9a\u3060\u3051\u3067\u5341\u5206<\/td><\/tr>\n<tr><td>\u30d5\u30a1\u30a4\u30eb\u540d\u304b\u3089\u62e1\u5f35\u5b50\u3084\u7279\u5b9a\u306e\u533a\u5207\u308a\u4f4d\u7f6e\u3092\u77e5\u308a\u305f\u3044<\/td><td>find() \/ rfind()<\/td><td>\u6587\u5b57\u304c\u300c\u4f55\u6587\u5b57\u76ee\u306b\u3042\u308b\u304b\u300d\u304c\u5fc5\u8981<\/td><\/tr>\n<tr><td>\u96fb\u8a71\u756a\u53f7\u30fb\u90f5\u4fbf\u756a\u53f7\u30fb\u6ce8\u6587\u756a\u53f7\u306a\u3069\u5f62\u304c\u6c7a\u307e\u3063\u305f\u30c7\u30fc\u30bf\u3092\u5927\u91cf\u62bd\u51fa\u3057\u305f\u3044<\/td><td>re.findall()<\/td><td>\u56fa\u5b9a\u6587\u5b57\u5217\u3067\u306f\u306a\u304f\u300c\u30d1\u30bf\u30fc\u30f3\u300d\u3067\u306e\u691c\u7d22\u304c\u5fc5\u8981<\/td><\/tr>\n<tr><td>\u305d\u3082\u305d\u3082\u3069\u308c\u3092\u4f7f\u3048\u3070\u3044\u3044\u304b\u5206\u304b\u3089\u306a\u3044\u30fb\u6bce\u56de\u72b6\u6cc1\u304c\u9055\u3046<\/td><td>Claude Code\u306b\u4e38\u3054\u3068\u4f9d\u983c<\/td><td>AI\u304c\u72b6\u6cc1\u3092\u898b\u3066\u6700\u9069\u306a\u65b9\u6cd5\u3092\u9078\u3073\u3001\u5b9f\u884c\u307e\u3067\u3057\u3066\u304f\u308c\u308b<\/td><\/tr>\n<\/tbody>\n<\/table>\n\n\n\n<div class=\"g-flow-row\" style=\"margin:24px 0;\">\n  <div class=\"g-flow-item\"><strong>Step 1<\/strong><br><span style=\"font-size:12px;\">\u300c\u3042\u308b\/\u306a\u3044\u300d<br>\u3060\u3051\u3067\u3044\u3044\uff1f<\/span><\/div>\n  <div class=\"g-flow-arrow\">&#8594;<\/div>\n  <div class=\"g-flow-item\"><strong>Yes\u2192in<\/strong><br><span style=\"font-size:12px;\">No \u306a\u3089<br>Step 2\u3078<\/span><\/div>\n  <div class=\"g-flow-arrow\">&#8594;<\/div>\n  <div class=\"g-flow-item\"><strong>Step 2<\/strong><br><span style=\"font-size:12px;\">\u4f4d\u7f6e\u304c<br>\u77e5\u308a\u305f\u3044\uff1f<\/span><\/div>\n  <div class=\"g-flow-arrow\">&#8594;<\/div>\n  <div class=\"g-flow-item\"><strong>Yes\u2192find<\/strong><br><span style=\"font-size:12px;\">No \u306a\u3089<br>re.findall<\/span><\/div>\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\">\u3053\u306e\u5224\u65ad\u30d5\u30ed\u30fc\u3092\u6bce\u56de\u982d\u306e\u4e2d\u3067\u7d44\u307f\u7acb\u3066\u308b\u306e\u306f\u3001\u6b63\u76f4\u306a\u3068\u3053\u308d\u30a8\u30f3\u30b8\u30cb\u30a2\u3067\u3082\u9762\u5012\u306a\u4f5c\u696d\u3067\u3059\u3002\u6b21\u306e\u7ae0\u3067\u306f\u3001\u3053\u306e\u300c\u9762\u5012\u306a\u5224\u65ad\u300d\u81ea\u4f53\u3092AI\u306b\u59d4\u306d\u3066\u3057\u307e\u3046\u767a\u60f3\u3068\u3001\u5b9f\u969b\u306bGENAI\u304c\u3069\u3053\u307e\u3067AI\u306b\u4efb\u305b\u3066\u3044\u308b\u304b\u306e\u5b9f\u30c7\u30fc\u30bf\u3092\u7d39\u4ecb\u3057\u307e\u3059\u3002<\/p>\n\n\n<div style=\"margin:48px 0 8px;display:flex;gap:12px;justify-content:center;flex-wrap:wrap;\"><a href=\"https:\/\/aikanri.genai-ai.co.jp\/seminar2-blog\/?utm_source=blog&#038;utm_medium=h2banner&#038;utm_content=cc-python-string-search&#038;blog_slug=cc-python-string-search\" target=\"_blank\" rel=\"noopener\" aria-label=\"Claude Code \u5b8c\u5168\u89e3\u8aac\u30bb\u30df\u30ca\u30fc\uff08\u7121\u6599\u30fb1on1\u30fb60\u5206\uff09\u306e\u4e88\u7d04\u753b\u9762\u3078\" style=\"flex:1 1 280px;max-width:360px;text-decoration:none;\"><img decoding=\"async\" src=\"https:\/\/genai-ai.co.jp\/ai-kanri\/wp-content\/uploads\/2026\/05\/cta_seminar_claude_code_2026.jpg\" alt=\"Claude Code \u5b8c\u5168\u89e3\u8aac\u30bb\u30df\u30ca\u30fc\uff5c\u7d4c\u55b6\u8005\u30fb\u4f1a\u793e\u5f79\u54e1\u5c02\u7528 1on1 60\u5206 \u7121\u6599\" style=\"width:100%;height:auto;border-radius:8px;display:block;\"><\/a><a href=\"https:\/\/aikanri.genai-ai.co.jp\/?utm_source=blog&#038;utm_medium=h2banner&#038;utm_campaign=cc-python-string-search&#038;utm_content=h2-banner-kanri\" target=\"_blank\" rel=\"noopener\" aria-label=\"AI\u9b3c\u7ba1\u7406 \u516c\u5f0f\u30b5\u30a4\u30c8\u3078\" style=\"flex:1 1 280px;max-width:360px;text-decoration:none;\"><img decoding=\"async\" src=\"https:\/\/genai-ai.co.jp\/ai-kanri\/wp-content\/uploads\/2026\/05\/cta_blog_1to1.jpg\" alt=\"Claude Code\u3092\u7d4c\u55b6\u306b\u6d3b\u304b\u3057\u305f\u3044\u65b9\u3078 \u2014 AI\u9b3c\u7ba1\u7406\" style=\"width:100%;height:auto;border-radius:8px;display:block;\"><\/a><\/div>\n\n\n<div id=\"sec-06\"><\/div>\n<h2 class=\"section-header-img\" style=\"margin:32px 0 24px;border-radius:8px;overflow:hidden;background:linear-gradient(135deg,#1a1a1a 0%,#2a1015 100%);padding:32px 28px;color:#fff;position:relative;border:none;border-left:none;text-align:left;\">\n  <span class=\"section-number\" style=\"display:block;\">06<\/span>\n  <span class=\"section-label\" style=\"display:block;\">GENAI CASE STUDY<\/span>\n  <span class=\"section-title\" style=\"display:block;\">\u3010\u72ec\u81ea\u30c7\u30fc\u30bf\u3011GENAI\u304c\u6587\u5b57\u5217\u51e6\u7406\u3092AI\u306b\u4efb\u305b\u3066\u3044\u308b\u5b9f\u614b<\/span>\n  <span class=\"section-desc\">Max 20x\u30d7\u30e9\u30f3\u5951\u7d04\u4f1a\u793e\u306f\u3001\u3053\u3046\u3057\u305f\u300c\u5730\u5473\u306a\u4f5c\u696d\u300d\u3092\u3069\u3046\u51e6\u7406\u3057\u3066\u3044\u308b\u304b<\/span>\n<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">\u5f0a\u793e\uff08\u682a\u5f0f\u4f1a\u793eGENAI\uff09\u3067\u306fClaude Max 20x\u30d7\u30e9\u30f3\uff08\u6708\u984d$200\u30fb\u7d0430,000\u5186\uff09\u3092\u5951\u7d04\u3057\u3001\u7d4c\u55b6\u30fb\u55b6\u696d\u30fb\u5e83\u544a\u30fb\u958b\u767a\u30fb\u7d4c\u7406\u30fb\u79d8\u66f8\u696d\u52d9\u307e\u3067\u793e\u5185\u306e\u3042\u3089\u3086\u308b\u696d\u52d9\u306bClaude Code\u3092\u7d44\u307f\u8fbc\u3093\u3067\u3044\u307e\u3059\u3002\u3053\u306e\u7ae0\u3067\u306f\u3001find\u30fbin\u30fbre.findall\u306b\u76f8\u5f53\u3059\u308b\u3088\u3046\u306a\u300c\u6587\u5b57\u5217\u51e6\u7406\u30fb\u30c7\u30fc\u30bf\u62bd\u51fa\u300d\u696d\u52d9\u3092\u3001\u5b9f\u969b\u306b\u3069\u3053\u307e\u3067AI\u306b\u4efb\u305b\u3066\u3044\u308b\u304b\u3092\u7d39\u4ecb\u3057\u307e\u3059\u3002<\/p>\n\n\n\n<table>\n<thead><tr><th>\u696d\u52d9\u9818\u57df<\/th><th>\u6587\u5b57\u5217\u51e6\u7406\u304c\u767a\u751f\u3059\u308b\u5834\u9762<\/th><th>\u524a\u6e1b\u6642\u9593\uff08\u6982\u7b97\u30fb\u808c\u611f\uff09<\/th><\/tr><\/thead>\n<tbody>\n<tr><td>\u55b6\u696d<\/td><td>\u898b\u7a4d\u66f8\u30fb\u63d0\u6848\u66f8\u304b\u3089\u9867\u5ba2\u540d\u30fb\u91d1\u984d\u306e\u30d1\u30bf\u30fc\u30f3\u3092\u62bd\u51fa<\/td><td>\u903120h \u2192 \u90312h<\/td><\/tr>\n<tr><td>\u5e83\u544a\u904b\u7528<\/td><td>\u5e83\u544a\u30ec\u30dd\u30fc\u30c8\u306eCSV\u304b\u3089\u7279\u5b9a\u30ad\u30e3\u30f3\u30da\u30fc\u30f3\u540d\u3092\u62bd\u51fa\u30fb\u96c6\u8a08<\/td><td>\u903110h \u2192 \u90311h<\/td><\/tr>\n<tr><td>\u7d4c\u7406<\/td><td>\u8acb\u6c42\u66f8\u30fb\u9818\u53ce\u66f8\u30c6\u30ad\u30b9\u30c8\u304b\u3089\u91d1\u984d\u30fb\u65e5\u4ed8\u306e\u30d1\u30bf\u30fc\u30f3\u3092\u62bd\u51fa<\/td><td>\u670840h \u2192 \u67085h<\/td><\/tr>\n<tr><td>\u79d8\u66f8\u696d\u52d9<\/td><td>\u8b70\u4e8b\u9332\u304b\u3089\u300c\u5bfe\u5fdc\u671f\u9650\u300d\u300c\u62c5\u5f53\u8005\u300d\u3092\u542b\u3080\u6587\u3060\u3051\u62bd\u51fa<\/td><td>\u65e52h \u2192 \u65e515\u5206<\/td><\/tr>\n<\/tbody>\n<\/table>\n\n\n\n<div style=\"background:#fef2f2;border:2px solid #dc2626;border-radius:8px;padding:20px 24px;margin:24px 0;\">\n  <div style=\"display:flex;align-items:center;gap:8px;margin-bottom:12px;\">\n    <span style=\"font-size:20px;\">&#9888;&#65039;<\/span>\n    <strong style=\"color:#dc2626;font-size:16px;\">\u6570\u5024\u306e\u6ce8\u610f\u66f8\u304d<\/strong>\n  <\/div>\n  <p style=\"margin:0;font-size:15px;line-height:1.8;color:#333;\">\u4e0a\u8a18\u306f\u5f0a\u793e\u306e\u808c\u611f\u30d9\u30fc\u30b9\u306e\u6982\u7b97\u5024\u3067\u3042\u308a\u3001\u696d\u7a2e\u30fb\u696d\u614b\u30fb\u30c7\u30fc\u30bf\u91cf\u306b\u3088\u3063\u3066\u5909\u52d5\u3057\u307e\u3059\u3002\u300cAI\u306b\u4efb\u305b\u308b\u3068\u3069\u306e\u7a0b\u5ea6\u307e\u3067\u51e6\u7406\u3092\u5727\u7e2e\u3067\u304d\u308b\u304b\u300d\u306e\u53c2\u8003\u60c5\u5831\u3068\u3057\u3066\u3054\u89a7\u304f\u3060\u3055\u3044\u3002<\/p>\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\">\u91cd\u8981\u306a\u306e\u306f\u3001\u3053\u308c\u3089\u306e\u4f5c\u696d\u3092\u884c\u3046\u306b\u3042\u305f\u3063\u3066<strong>\u793e\u54e1\u306e\u8ab0\u3082find()\u3084re.findall()\u306e\u66f8\u304d\u65b9\u3092\u899a\u3048\u3066\u3044\u306a\u3044<\/strong>\u3068\u3044\u3046\u70b9\u3067\u3059\u3002Claude Code\u306b\u300c\u3053\u306eExcel\u304b\u3089\u96fb\u8a71\u756a\u53f7\u3089\u3057\u304d\u6587\u5b57\u5217\u3092\u5168\u90e8\u629c\u304d\u51fa\u3057\u3066\u3001\u65b0\u3057\u3044\u5217\u306b\u307e\u3068\u3081\u3066\u300d\u3068\u8a71\u3057\u304b\u3051\u308b\u3060\u3051\u3067\u3001\u88cf\u5074\u3067\u306f\u6b63\u898f\u8868\u73fe\u3084Python\u306e\u6587\u5b57\u5217\u51e6\u7406\u304c\u81ea\u52d5\u7684\u306b\u7d44\u307f\u7acb\u3066\u3089\u308c\u3001\u5b9f\u884c\u3055\u308c\u307e\u3059\u3002<\/p>\n\n\n\n<div class=\"balloon-wrap\">\n  <div class=\"balloon-icon\">\n    <img decoding=\"async\" src=\"https:\/\/genai-ai.co.jp\/ai-kanri\/wp-content\/uploads\/2026\/04\/ceo-sugasawa.jpg\" alt=\"\u4ee3\u8868\u83c5\u6fa4\">\n    <span class=\"balloon-name\">\u4ee3\u8868\u83c5\u6fa4<\/span>\n  <\/div>\n  <div class=\"balloon-body\">\u6b63\u76f4\u306b\u8a00\u3046\u3068\u3001\u79c1\u81ea\u8eabfind()\u3068index()\u306e\u9055\u3044\u3092\u8aac\u660e\u3067\u304d\u308b\u3088\u3046\u306b\u306a\u3063\u305f\u306e\u306f\u3053\u306e\u8a18\u4e8b\u3092\u4f5c\u308b\u30bf\u30a4\u30df\u30f3\u30b0\u304c\u6700\u521d\u3067\u3057\u305f\u3002\u305d\u308c\u3067\u3082\u4f1a\u793e\u306e\u6587\u5b57\u5217\u51e6\u7406\u696d\u52d9\u306f\u554f\u984c\u306a\u304f\u56de\u3063\u3066\u3044\u307e\u3059\u3002\u300c\u77e5\u3089\u306a\u304f\u3066\u3082\u4efb\u305b\u3089\u308c\u308b\u300d\u3092\u4f53\u73fe\u3057\u3066\u3044\u308b\u4e00\u4f8b\u3060\u3068\u601d\u3044\u307e\u3059\u3002<\/div>\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\">\u3082\u3046\u4e00\u3064\u4ed8\u3051\u52a0\u3048\u3066\u304a\u304d\u305f\u3044\u306e\u306f\u3001\u3053\u3046\u3057\u305f\u6587\u5b57\u5217\u51e6\u7406\u306f<strong>\u300c\u4e00\u5ea6\u4f5c\u3063\u3066\u7d42\u308f\u308a\u300d\u3067\u306f\u306a\u304f\u300c\u6bce\u9031\u30fb\u6bce\u6708\u7e70\u308a\u8fd4\u3057\u4f7f\u3046\u300d\u6027\u8cea\u306e\u3082\u306e<\/strong>\u3060\u3068\u3044\u3046\u70b9\u3067\u3059\u3002\u4e00\u5ea6AI\u306b\u300c\u3053\u306e\u30d1\u30bf\u30fc\u30f3\u3067\u62bd\u51fa\u3057\u3066\u300d\u3068\u4f1d\u3048\u3066\u7d50\u679c\u3092\u78ba\u8a8d\u3057\u305f\u3089\u3001\u6b21\u56de\u4ee5\u964d\u306f\u540c\u3058\u4f9d\u983c\u3092\u7e70\u308a\u8fd4\u3059\u3060\u3051\u3067\u6e08\u307f\u307e\u3059\u3002\u4eba\u9593\u304c\u5b66\u7fd2\u66f2\u7dda\u3092\u767b\u308b\u5fc5\u8981\u304c\u306a\u304f\u3001\u4f9d\u983c\u306e\u578b\u3055\u3048\u899a\u3048\u3066\u3057\u307e\u3048\u3070\u8ab0\u3067\u3082\u540c\u3058\u54c1\u8cea\u306e\u51e6\u7406\u3092\u518d\u73fe\u3067\u304d\u308b\u306e\u304c\u3001\u3053\u306e\u9818\u57df\u3067AI\u3092\u4f7f\u3046\u6700\u5927\u306e\u30e1\u30ea\u30c3\u30c8\u3060\u3068\u5f0a\u793e\u3067\u306f\u6349\u3048\u3066\u3044\u307e\u3059\u3002<\/p>\n\n\n<div style=\"margin:48px 0 8px;display:flex;gap:12px;justify-content:center;flex-wrap:wrap;\"><a href=\"https:\/\/aikanri.genai-ai.co.jp\/seminar2-blog\/?utm_source=blog&#038;utm_medium=h2banner&#038;utm_content=cc-python-string-search&#038;blog_slug=cc-python-string-search\" target=\"_blank\" rel=\"noopener\" aria-label=\"Claude Code \u5b8c\u5168\u89e3\u8aac\u30bb\u30df\u30ca\u30fc\uff08\u7121\u6599\u30fb1on1\u30fb60\u5206\uff09\u306e\u4e88\u7d04\u753b\u9762\u3078\" style=\"flex:1 1 280px;max-width:360px;text-decoration:none;\"><img decoding=\"async\" src=\"https:\/\/genai-ai.co.jp\/ai-kanri\/wp-content\/uploads\/2026\/05\/cta_seminar_claude_code_2026.jpg\" alt=\"Claude Code \u5b8c\u5168\u89e3\u8aac\u30bb\u30df\u30ca\u30fc\uff5c\u7d4c\u55b6\u8005\u30fb\u4f1a\u793e\u5f79\u54e1\u5c02\u7528 1on1 60\u5206 \u7121\u6599\" style=\"width:100%;height:auto;border-radius:8px;display:block;\"><\/a><a href=\"https:\/\/aikanri.genai-ai.co.jp\/?utm_source=blog&#038;utm_medium=h2banner&#038;utm_campaign=cc-python-string-search&#038;utm_content=h2-banner-kanri\" target=\"_blank\" rel=\"noopener\" aria-label=\"AI\u9b3c\u7ba1\u7406 \u516c\u5f0f\u30b5\u30a4\u30c8\u3078\" style=\"flex:1 1 280px;max-width:360px;text-decoration:none;\"><img decoding=\"async\" src=\"https:\/\/genai-ai.co.jp\/ai-kanri\/wp-content\/uploads\/2026\/05\/cta_blog_1to1.jpg\" alt=\"Claude Code\u3092\u7d4c\u55b6\u306b\u6d3b\u304b\u3057\u305f\u3044\u65b9\u3078 \u2014 AI\u9b3c\u7ba1\u7406\" style=\"width:100%;height:auto;border-radius:8px;display:block;\"><\/a><\/div>\n\n\n<div id=\"sec-07\"><\/div>\n<h2 class=\"section-header-img\" style=\"margin:32px 0 24px;border-radius:8px;overflow:hidden;background:linear-gradient(135deg,#1a1a1a 0%,#2a1015 100%);padding:32px 28px;color:#fff;position:relative;border:none;border-left:none;text-align:left;\">\n  <span class=\"section-number\" style=\"display:block;\">07<\/span>\n  <span class=\"section-label\" style=\"display:block;\">WHERE TO DRAW THE LINE<\/span>\n  <span class=\"section-title\" style=\"display:block;\">\u3010\u72ec\u81ea\u3011\u81ea\u5206\u3067\u30b3\u30fc\u30c9\u3092\u66f8\u304f\u3079\u304d\u304b\u3001AI\u306b\u4efb\u305b\u308b\u3079\u304d\u304b\u306e\u5883\u754c\u7dda<\/span>\n  <span class=\"section-desc\">\u300c\u899a\u3048\u308b\u300d\u306e\u3067\u306f\u306a\u304f\u300c\u4efb\u305b\u65b9\u3092\u77e5\u308b\u300d\u6642\u4ee3\u306e\u5224\u65ad\u57fa\u6e96<\/span>\n<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">\u3053\u3053\u307e\u3067\u8aad\u3093\u3067\u3001\u300c\u3058\u3083\u3042Python\u306a\u3093\u3066\u52c9\u5f37\u3059\u308b\u610f\u5473\u304c\u306a\u3044\u306e\u3067\u306f\u300d\u3068\u601d\u308f\u308c\u305f\u65b9\u3082\u3044\u308b\u304b\u3082\u3057\u308c\u307e\u305b\u3093\u3002\u7d50\u8ad6\u3068\u3057\u3066\u306f\u3001<strong>\u975e\u30a8\u30f3\u30b8\u30cb\u30a2\u306e\u7d4c\u55b6\u8005\u30fb\u7ba1\u7406\u8077\u306b\u3068\u3063\u3066\u306f\u3001\u30b3\u30fc\u30c9\u3092\u66f8\u3051\u308b\u3088\u3046\u306b\u306a\u308b\u3053\u3068\u3088\u308a\u3082\u300c\u4f55\u3092\u983c\u3081\u3070\u5b9f\u73fe\u3067\u304d\u308b\u304b\u300d\u3092\u77e5\u308b\u3053\u3068\u306e\u65b9\u304c\u6295\u8cc7\u5bfe\u52b9\u679c\u304c\u9ad8\u3044<\/strong>\u3068\u3044\u3046\u306e\u304c\u5f0a\u793e\u306e\u7acb\u5834\u3067\u3059\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">7-1. \u30b3\u30fc\u30c9\u3092\u81ea\u5206\u3067\u66f8\u3044\u305f\u65b9\u304c\u3044\u3044\u30b1\u30fc\u30b9\uff08\u7a00\uff09<\/h3>\n\n\n\n<div style=\"background:#fafafa;border-radius:8px;padding:16px 20px;margin:16px 0;border-left:4px solid #dc2626;\">\n<div style=\"display:flex;align-items:flex-start;gap:8px;padding:6px 0;font-size:15px;line-height:1.6;\"><span style=\"color:#dc2626;font-size:16px;flex-shrink:0;margin-top:2px;\">&#10004;&#65039;<\/span><span>\u30b7\u30b9\u30c6\u30e0\u958b\u767a\u305d\u306e\u3082\u306e\u3092\u8077\u696d\u306b\u3059\u308b\uff08\u30a8\u30f3\u30b8\u30cb\u30a2\u3068\u3057\u3066\u50cd\u304f\uff09<\/span><\/div>\n<div style=\"display:flex;align-items:flex-start;gap:8px;padding:6px 0;font-size:15px;line-height:1.6;\"><span style=\"color:#dc2626;font-size:16px;flex-shrink:0;margin-top:2px;\">&#10004;&#65039;<\/span><span>\u540c\u3058\u51e6\u7406\u3092\u6bce\u65e5\u30fb\u6bce\u6642\u9593\u3001\u8d85\u9ad8\u901f\u3067\u56de\u3057\u7d9a\u3051\u308b\u5fc5\u8981\u304c\u3042\u308b\u696d\u52d9\u30b7\u30b9\u30c6\u30e0\u3092\u5185\u88fd\u3059\u308b<\/span><\/div>\n<div style=\"display:flex;align-items:flex-start;gap:8px;padding:6px 0;font-size:15px;line-height:1.6;\"><span style=\"color:#dc2626;font-size:16px;flex-shrink:0;margin-top:2px;\">&#10004;&#65039;<\/span><span>\u5916\u90e8\u306b\u4e00\u5207\u30c7\u30fc\u30bf\u3092\u51fa\u305b\u306a\u3044\u6a5f\u5bc6\u6027\u306e\u9ad8\u3044\u51e6\u7406\u3092\u3001\u793e\u5185\u6280\u8853\u8005\u3060\u3051\u3067\u5b8c\u7d50\u3055\u305b\u305f\u3044<\/span><\/div>\n\n<\/div>\n\n\n\n<h3 class=\"wp-block-heading\">7-2. AI\u306b\u4efb\u305b\u305f\u65b9\u304c\u5727\u5012\u7684\u306b\u52b9\u7387\u7684\u306a\u30b1\u30fc\u30b9\uff08\u307b\u3068\u3093\u3069\uff09<\/h3>\n\n\n\n<div style=\"background:#fafafa;border-radius:8px;padding:16px 20px;margin:16px 0;border-left:4px solid #dc2626;\">\n<div style=\"display:flex;align-items:flex-start;gap:8px;padding:6px 0;font-size:15px;line-height:1.6;\"><span style=\"color:#dc2626;font-size:16px;flex-shrink:0;margin-top:2px;\">&#10004;&#65039;<\/span><span>\u6708\u306b\u6570\u56de\u301c\u9031\u306b\u6570\u56de\u7a0b\u5ea6\u306e\u3001\u6c7a\u307e\u3063\u305f\u30d1\u30bf\u30fc\u30f3\u306e\u30c7\u30fc\u30bf\u62bd\u51fa\u30fb\u4ed5\u5206\u3051\u4f5c\u696d<\/span><\/div>\n<div style=\"display:flex;align-items:flex-start;gap:8px;padding:6px 0;font-size:15px;line-height:1.6;\"><span style=\"color:#dc2626;font-size:16px;flex-shrink:0;margin-top:2px;\">&#10004;&#65039;<\/span><span>\u300c\u3069\u306e\u65b9\u6cd5\u3092\u4f7f\u3048\u3070\u3044\u3044\u304b\u300d\u306e\u5224\u65ad\u81ea\u4f53\u306b\u8ff7\u3046\u5834\u9762\uff08find\/in\/re.findall\u306e\u9078\u629e\u3082\u542b\u3081\u3066\u4e38\u3054\u3068\u4efb\u305b\u3089\u308c\u308b\uff09<\/span><\/div>\n<div style=\"display:flex;align-items:flex-start;gap:8px;padding:6px 0;font-size:15px;line-height:1.6;\"><span style=\"color:#dc2626;font-size:16px;flex-shrink:0;margin-top:2px;\">&#10004;&#65039;<\/span><span>\u6b63\u898f\u8868\u73fe\u306e\u3088\u3046\u306a\u3001\u899a\u3048\u308b\u30b3\u30b9\u30c8\u306b\u5bfe\u3057\u3066\u30ea\u30bf\u30fc\u30f3\u304c\u5c0f\u3055\u3044\u5c02\u9580\u7684\u306a\u8a18\u6cd5\u304c\u5fc5\u8981\u306a\u4f5c\u696d<\/span><\/div>\n<div style=\"display:flex;align-items:flex-start;gap:8px;padding:6px 0;font-size:15px;line-height:1.6;\"><span style=\"color:#dc2626;font-size:16px;flex-shrink:0;margin-top:2px;\">&#10004;&#65039;<\/span><span>\u305d\u3082\u305d\u3082\u30b3\u30fc\u30c9\u3092\u66f8\u304f\u6642\u9593\u3092\u3001\u7d4c\u55b6\u5224\u65ad\u3084\u9867\u5ba2\u5bfe\u5fdc\u306a\u3069\u4ed6\u306e\u696d\u52d9\u306b\u5145\u3066\u305f\u3044\u5834\u5408<\/span><\/div>\n\n<\/div>\n\n\n\n<div style=\"background:linear-gradient(135deg,#1a1a1a,#2a1015);border-radius:12px;padding:20px 24px;margin:24px 0;display:flex;align-items:center;gap:16px;color:#fff;\">\n  <span style=\"font-size:36px;\">&#127942;<\/span>\n  <div>\n    <div style=\"font-size:13px;color:#dc2626;font-weight:700;letter-spacing:1px;\">VERDICT<\/div>\n    <div style=\"font-size:18px;font-weight:800;\">Claude Code \u306b\u8ecd\u914d<\/div>\n    <div style=\"font-size:14px;color:rgba(255,255,255,0.7);margin-top:4px;\">\u307b\u3068\u3093\u3069\u306e\u975e\u30a8\u30f3\u30b8\u30cb\u30a2\u306b\u3068\u3063\u3066\u3001find\/in\/re.findall\u3092\u300c\u899a\u3048\u308b\u300d\u3088\u308a\u300cClaude Code\u306b\u983c\u3080\u8a9e\u5f59\u3068\u3057\u3066\u77e5\u3063\u3066\u304a\u304f\u300d\u65b9\u304c\u6295\u8cc7\u5bfe\u52b9\u679c\u304c\u9ad8\u3044\u3002<\/div>\n  <\/div>\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\">\u5f0a\u793e\u306e\u5224\u65ad\u57fa\u6e96\u3092\u30b7\u30f3\u30d7\u30eb\u306a\u5f0f\u306b\u3059\u308b\u3068\u3001\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u306a\u308a\u307e\u3059\u3002<\/p>\n\n\n\n<div class=\"point-box\">\n  <div class=\"point-title\">AI\u6d3b\u7528\u306e\u5224\u5b9a\u5f0f<\/div>\n  <p><strong>\u305d\u306e\u4f5c\u696d\u304c\u67081\u56de\u4ee5\u4e0a\u767a\u751f\u3059\u308b \uff0b \u624b\u4f5c\u696d\u3060\u306830\u5206\u4ee5\u4e0a\u304b\u304b\u308b \u2192 AI\u306b\u4efb\u305b\u308b\u65b9\u304c\u5408\u7406\u7684<\/strong><br>\u9006\u306b\u300c\u4e00\u751f\u306b\u4e00\u5ea6\u3060\u3051\u300d\u300c1\u5206\u3067\u7d42\u308f\u308b\u300d\u3088\u3046\u306a\u4f5c\u696d\u3067\u3042\u308c\u3070\u3001\u7121\u7406\u306bAI\u5316\u3059\u308b\u5fc5\u8981\u306f\u3042\u308a\u307e\u305b\u3093\u3002<\/p>\n<\/div>\n\n\n\n<div class=\"g-flow-row\" style=\"margin:24px 0;\">\n  <div class=\"g-flow-item\"><strong>Step 1<\/strong><br><span style=\"font-size:12px;\">\u3084\u308a\u305f\u3044\u3053\u3068\u3092<br>\u65e5\u672c\u8a9e\u3067\u4f1d\u3048\u308b<\/span><\/div>\n  <div class=\"g-flow-arrow\">&#8594;<\/div>\n  <div class=\"g-flow-item\"><strong>Step 2<\/strong><br><span style=\"font-size:12px;\">AI\u304c\u6700\u9069\u306a<br>\u691c\u7d22\u65b9\u6cd5\u3092\u9078\u629e<\/span><\/div>\n  <div class=\"g-flow-arrow\">&#8594;<\/div>\n  <div class=\"g-flow-item\"><strong>Step 3<\/strong><br><span style=\"font-size:12px;\">\u7d50\u679c\u3092\u78ba\u8a8d<br>\uff08\u4eba\u9593\u306e\u30ec\u30d3\u30e5\u30fc\uff09<\/span><\/div>\n  <div class=\"g-flow-arrow\">&#8594;<\/div>\n  <div class=\"g-flow-item\"><strong>Step 4<\/strong><br><span style=\"font-size:12px;\">\u5b9a\u578b\u696d\u52d9\u306a\u3089<br>\u6b21\u56de\u4ee5\u964d\u3082\u81ea\u52d5\u5316<\/span><\/div>\n<\/div>\n\n\n\n<div class=\"balloon-wrap is-right\">\n  <div class=\"balloon-icon\">\n    <img decoding=\"async\" src=\"https:\/\/genai-ai.co.jp\/ai-kanri\/wp-content\/uploads\/2026\/04\/yamazaki-avatar.png\" alt=\"AI\u9b3c\u7ba1\u7406\u5c71\u5d0e\">\n    <span class=\"balloon-name\">AI\u9b3c\u7ba1\u7406\u5c71\u5d0e<\/span>\n  <\/div>\n  <div class=\"balloon-body\">\u5f0a\u793e\u306e\u5c0e\u5165\u652f\u63f4\u3067\u3082\u300cPython\u3092\u52c9\u5f37\u3057\u3066\u304b\u3089AI\u3092\u4f7f\u3046\u3079\u304d\u3067\u3059\u304b\uff1f\u300d\u3068\u3044\u3046\u8cea\u554f\u3092\u3088\u304f\u53d7\u3051\u307e\u3059\u304c\u3001\u7b54\u3048\u306f\u660e\u78ba\u306b\u300c\u4e0d\u8981\u3067\u3059\u300d\u3002\u6587\u5b57\u5217\u691c\u7d22\u306e\u6982\u5ff5\uff08\u4eca\u65e5\u306e\u8a18\u4e8b\u306e\u5185\u5bb9\uff09\u3055\u3048\u5206\u304b\u3063\u3066\u3044\u308c\u3070\u3001\u3042\u3068\u306fAI\u3078\u306e\u4f1d\u3048\u65b9\u306e\u7df4\u7fd2\u3060\u3051\u3067\u5341\u5206\u3067\u3059\u3002<\/div>\n<\/div>\n\n\n\n<div style=\"background:#f0fdf4;border:1px solid #22c55e;border-radius:8px;padding:20px 24px;margin:24px 0;\">\n  <div style=\"display:flex;align-items:center;gap:8px;margin-bottom:12px;\">\n    <span style=\"font-size:18px;\">&#128161;<\/span>\n    <strong style=\"color:#16a34a;font-size:15px;\">\u4eca\u65e5\u304b\u3089\u8a66\u305b\u308b\u7b2c\u4e00\u6b69<\/strong>\n  <\/div>\n  <p style=\"margin:0;font-size:15px;line-height:1.8;color:#333;\">Claude Code\u306e\u30c7\u30b9\u30af\u30c8\u30c3\u30d7\u7248\u306b\u3001\u624b\u5143\u306eExcel\u3084\u30c6\u30ad\u30b9\u30c8\u30c7\u30fc\u30bf\u3092\u6e21\u3057\u3066\u300c\u3053\u306e\u30c7\u30fc\u30bf\u304b\u3089\u25ef\u25ef\u3068\u3044\u3046\u30d1\u30bf\u30fc\u30f3\u306e\u6587\u5b57\u5217\u3092\u5168\u90e8\u629c\u304d\u51fa\u3057\u3066\u300d\u3068\u8a71\u3057\u304b\u3051\u3066\u307f\u3066\u304f\u3060\u3055\u3044\u3002\u30bf\u30fc\u30df\u30ca\u30eb\u64cd\u4f5c\u306f\u4e0d\u8981\u3001\u30c1\u30e3\u30c3\u30c8\u611f\u899a\u3067\u4eca\u65e5\u89e3\u8aac\u3057\u305f\u51e6\u7406\u304c\u5b9f\u884c\u3067\u304d\u307e\u3059\u3002<\/p>\n<\/div>\n\n\n<div style=\"margin:48px 0 8px;display:flex;gap:12px;justify-content:center;flex-wrap:wrap;\"><a href=\"https:\/\/aikanri.genai-ai.co.jp\/seminar2-blog\/?utm_source=blog&#038;utm_medium=h2banner&#038;utm_content=cc-python-string-search&#038;blog_slug=cc-python-string-search\" target=\"_blank\" rel=\"noopener\" aria-label=\"Claude Code \u5b8c\u5168\u89e3\u8aac\u30bb\u30df\u30ca\u30fc\uff08\u7121\u6599\u30fb1on1\u30fb60\u5206\uff09\u306e\u4e88\u7d04\u753b\u9762\u3078\" style=\"flex:1 1 280px;max-width:360px;text-decoration:none;\"><img decoding=\"async\" src=\"https:\/\/genai-ai.co.jp\/ai-kanri\/wp-content\/uploads\/2026\/05\/cta_seminar_claude_code_2026.jpg\" alt=\"Claude Code \u5b8c\u5168\u89e3\u8aac\u30bb\u30df\u30ca\u30fc\uff5c\u7d4c\u55b6\u8005\u30fb\u4f1a\u793e\u5f79\u54e1\u5c02\u7528 1on1 60\u5206 \u7121\u6599\" style=\"width:100%;height:auto;border-radius:8px;display:block;\"><\/a><a href=\"https:\/\/aikanri.genai-ai.co.jp\/?utm_source=blog&#038;utm_medium=h2banner&#038;utm_campaign=cc-python-string-search&#038;utm_content=h2-banner-kanri\" target=\"_blank\" rel=\"noopener\" aria-label=\"AI\u9b3c\u7ba1\u7406 \u516c\u5f0f\u30b5\u30a4\u30c8\u3078\" style=\"flex:1 1 280px;max-width:360px;text-decoration:none;\"><img decoding=\"async\" src=\"https:\/\/genai-ai.co.jp\/ai-kanri\/wp-content\/uploads\/2026\/05\/cta_blog_1to1.jpg\" alt=\"Claude Code\u3092\u7d4c\u55b6\u306b\u6d3b\u304b\u3057\u305f\u3044\u65b9\u3078 \u2014 AI\u9b3c\u7ba1\u7406\" style=\"width:100%;height:auto;border-radius:8px;display:block;\"><\/a><\/div>\n\n\n<div id=\"sec-08\"><\/div>\n<h2 class=\"section-header-img\" style=\"margin:32px 0 24px;border-radius:8px;overflow:hidden;background:linear-gradient(135deg,#1a1a1a 0%,#2a1015 100%);padding:32px 28px;color:#fff;position:relative;border:none;border-left:none;text-align:left;\">\n  <span class=\"section-number\" style=\"display:block;\">08<\/span>\n  <span class=\"section-label\" style=\"display:block;\">CONCLUSION<\/span>\n  <span class=\"section-title\" style=\"display:block;\">\u307e\u3068\u3081 \u2500\u2500 \u30b3\u30fc\u30c9\u3092\u899a\u3048\u308b\u3088\u308a\u5148\u306b\u3001\u4efb\u305b\u65b9\u3092\u899a\u3048\u308b<\/span>\n  <span class=\"section-desc\">find\/in\/re.findall\u306e\u6982\u5ff5\u3092\u77e5\u308c\u3070\u3001AI\u3078\u306e\u6307\u793a\u304c\u7684\u78ba\u306b\u306a\u308b<\/span>\n<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">\u3053\u306e\u8a18\u4e8b\u3067\u306f\u3001Python\u306e\u6587\u5b57\u5217\u691c\u7d22\u306e\u57fa\u672c\u3067\u3042\u308bfind\u30fbrfind\u30fbin\u30fbre.findall\u306e4\u3064\u306e\u4ed5\u7d44\u307f\u3092\u3001\u975e\u30a8\u30f3\u30b8\u30cb\u30a2\u306e\u7d4c\u55b6\u8005\u30fb\u7ba1\u7406\u8077\u5411\u3051\u306b\u3084\u3055\u3057\u304f\u89e3\u8aac\u3057\u307e\u3057\u305f\u3002\u6700\u5f8c\u306b\u30dd\u30a4\u30f3\u30c8\u3092\u632f\u308a\u8fd4\u308a\u307e\u3059\u3002<\/p>\n\n\n\n<div style=\"background:#fafafa;border-radius:8px;padding:16px 20px;margin:16px 0;border-left:4px solid #dc2626;\">\n<div style=\"display:flex;align-items:flex-start;gap:8px;padding:6px 0;font-size:15px;line-height:1.6;\"><span style=\"color:#dc2626;font-size:16px;flex-shrink:0;margin-top:2px;\">&#10004;&#65039;<\/span><span>find() \/ rfind()\u306f\u300c\u6587\u5b57\u5217\u304c\u4f55\u6587\u5b57\u76ee\u306b\u3042\u308b\u304b\u300d\u3092\u8abf\u3079\u308b\u4f4d\u7f6e\u691c\u7d22<\/span><\/div>\n<div style=\"display:flex;align-items:flex-start;gap:8px;padding:6px 0;font-size:15px;line-height:1.6;\"><span style=\"color:#dc2626;font-size:16px;flex-shrink:0;margin-top:2px;\">&#10004;&#65039;<\/span><span>in\u6f14\u7b97\u5b50\u306f\u300c\u542b\u307e\u308c\u3066\u3044\u308b\u304b\/\u3044\u306a\u3044\u304b\u300d\u3060\u3051\u3092\u5224\u5b9a\u3059\u308b\u30b7\u30f3\u30d7\u30eb\u306a\u691c\u7d22\uff08\u5b9f\u52d9\u3067\u306e\u4f7f\u7528\u983b\u5ea6\u304c\u6700\u3082\u9ad8\u3044\uff09<\/span><\/div>\n<div style=\"display:flex;align-items:flex-start;gap:8px;padding:6px 0;font-size:15px;line-height:1.6;\"><span style=\"color:#dc2626;font-size:16px;flex-shrink:0;margin-top:2px;\">&#10004;&#65039;<\/span><span>re.findall()\u306f\u6b63\u898f\u8868\u73fe\u3068\u3044\u3046\u300c\u30d1\u30bf\u30fc\u30f3\u300d\u3092\u4f7f\u3044\u3001\u6c7a\u307e\u3063\u305f\u5f62\u306e\u6587\u5b57\u5217\u3092\u4e00\u62ec\u62bd\u51fa\u3059\u308b\u691c\u7d22<\/span><\/div>\n<div style=\"display:flex;align-items:flex-start;gap:8px;padding:6px 0;font-size:15px;line-height:1.6;\"><span style=\"color:#dc2626;font-size:16px;flex-shrink:0;margin-top:2px;\">&#10004;&#65039;<\/span><span>\u696d\u52d9\u3067\u4f7f\u3046\u5834\u9762\u306e\u307b\u3068\u3093\u3069\u306f\u3001\u65b9\u6cd5\u3092\u899a\u3048\u308b\u3088\u308a\u300cAI\u306b\u4f55\u3092\u983c\u3080\u304b\u300d\u3092\u77e5\u3063\u3066\u304a\u304f\u65b9\u304c\u52b9\u7387\u7684<\/span><\/div>\n<div style=\"display:flex;align-items:flex-start;gap:8px;padding:6px 0;font-size:15px;line-height:1.6;\"><span style=\"color:#dc2626;font-size:16px;flex-shrink:0;margin-top:2px;\">&#10004;&#65039;<\/span><span>GENAI\u3067\u306f\u670830,000\u5186\u306e\u30d7\u30e9\u30f3\u5951\u7d04\u3067\u3001\u3053\u3046\u3057\u305f\u6587\u5b57\u5217\u51e6\u7406\u696d\u52d9\u3082\u542b\u3081\u3066\u5e45\u5e83\u304fAI\u306b\u4efb\u305b\u3066\u3044\u308b<\/span><\/div>\n<div style=\"display:flex;align-items:flex-start;gap:8px;padding:6px 0;font-size:15px;line-height:1.6;\"><span style=\"color:#dc2626;font-size:16px;flex-shrink:0;margin-top:2px;\">&#10004;&#65039;<\/span><span>\u5224\u65ad\u57fa\u6e96\u306f\u300c\u67081\u56de\u4ee5\u4e0a\u767a\u751f\u3057\u3001\u624b\u4f5c\u696d\u306730\u5206\u4ee5\u4e0a\u304b\u304b\u308b\u304b\u300d\u2014\u2014\u3053\u308c\u306b\u5f53\u3066\u306f\u307e\u308b\u306a\u3089AI\u6d3b\u7528\u3092\u691c\u8a0e\u3059\u308b\u4fa1\u5024\u304c\u3042\u308b<\/span><\/div>\n\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\">\u6587\u5b57\u5217\u691c\u7d22\u306f\u3001\u30d7\u30ed\u30b0\u30e9\u30df\u30f3\u30b0\u306e\u4e2d\u3067\u3082\u7279\u306b\u300c\u5730\u5473\u3060\u304c\u696d\u52d9\u306b\u76f4\u7d50\u3059\u308b\u300d\u9818\u57df\u3067\u3059\u3002\u3060\u304b\u3089\u3053\u305d\u3001\u3053\u306e\u5206\u91ce\u3053\u305dAI\u306b\u4efb\u305b\u308b\u52b9\u679c\u304c\u5206\u304b\u308a\u3084\u3059\u304f\u51fa\u307e\u3059\u3002\u30d7\u30ed\u30b0\u30e9\u30df\u30f3\u30b0\u3092\u899a\u3048\u308b\u30cf\u30fc\u30c9\u30eb\u306e\u9ad8\u3055\u306b\u5c3b\u8fbc\u307f\u3057\u3066\u3044\u305f\u65b9\u3082\u3001\u3053\u306e\u8a18\u4e8b\u3067\u7d39\u4ecb\u3057\u305f3\u3064\u306e\u6982\u5ff5\u3055\u3048\u62bc\u3055\u3048\u3066\u304a\u3051\u3070\u3001AI\u3068\u306e\u5bfe\u8a71\u3067\u9a5a\u304f\u307b\u3069\u30b9\u30e0\u30fc\u30ba\u306b\u696d\u52d9\u3092\u81ea\u52d5\u5316\u3067\u304d\u308b\u306f\u305a\u3067\u3059\u3002<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u6700\u5f8c\u306b\u3082\u3046\u4e00\u5ea6\u5f37\u8abf\u3057\u3066\u304a\u304d\u305f\u3044\u306e\u306f\u3001<strong>\u300cPython\u3092\u52c9\u5f37\u3059\u308b\u3053\u3068\u300d\u3068\u300cPython\u3067\u3067\u304d\u308b\u3053\u3068\u3092\u77e5\u308b\u3053\u3068\u300d\u306f\u307e\u3063\u305f\u304f\u5225\u7269<\/strong>\u3060\u3068\u3044\u3046\u70b9\u3067\u3059\u3002\u524d\u8005\u306f\u6570\u30f6\u6708\u301c\u6570\u5e74\u5358\u4f4d\u306e\u5b66\u7fd2\u6295\u8cc7\u304c\u5fc5\u8981\u3067\u3059\u304c\u3001\u5f8c\u8005\u306f\u3053\u306e\u8a18\u4e8b\u3092\u8aad\u307f\u7d42\u3048\u305f\u4eca\u3053\u306e\u77ac\u9593\u306b\u9054\u6210\u3067\u304d\u307e\u3059\u3002\u305d\u3057\u3066\u696d\u52d9\u52b9\u7387\u5316\u3068\u3044\u3046\u76ee\u7684\u306b\u304a\u3044\u3066\u306f\u3001\u591a\u304f\u306e\u7d4c\u55b6\u8005\u30fb\u7ba1\u7406\u8077\u306b\u3068\u3063\u3066\u5fc5\u8981\u306a\u306e\u306f\u5f8c\u8005\u3060\u3051\u3067\u5341\u5206\u306a\u306e\u3067\u3059\u3002<\/p>\n\n\n\n<div class=\"balloon-wrap\">\n  <div class=\"balloon-icon\">\n    <img decoding=\"async\" src=\"https:\/\/genai-ai.co.jp\/ai-kanri\/wp-content\/uploads\/2026\/04\/ceo-sugasawa.jpg\" alt=\"\u4ee3\u8868\u83c5\u6fa4\">\n    <span class=\"balloon-name\">\u4ee3\u8868\u83c5\u6fa4<\/span>\n  <\/div>\n  <div class=\"balloon-body\">\u5f0a\u793e\u3067\u306f\u300cAI\u9b3c\u7ba1\u7406\u300d\u3068\u3044\u3046\u30b5\u30fc\u30d3\u30b9\u3067\u3001Claude Code\u3092\u4f7f\u3063\u305f\u696d\u52d9\u81ea\u52d5\u5316\u306e\u8a2d\u8a08\u304b\u3089\u4f34\u8d70\u307e\u3067\u652f\u63f4\u3057\u3066\u3044\u307e\u3059\u3002\u300c\u3053\u306e\u30c7\u30fc\u30bf\u51e6\u7406\u3001AI\u306b\u4efb\u305b\u3089\u308c\u308b\uff1f\u300d\u3068\u3044\u3046\u7d20\u6734\u306a\u7591\u554f\u304b\u3089\u3067\u69cb\u3044\u307e\u305b\u3093\u306e\u3067\u3001\u304a\u6c17\u8efd\u306b\u3054\u76f8\u8ac7\u304f\u3060\u3055\u3044\u3002<\/div>\n<\/div>\n\n\n\n<h3 class=\"wp-block-heading\">\u300c\u3053\u306e\u4f5c\u696d\u3001AI\u306b\u4efb\u305b\u3089\u308c\u308b\uff1f\u300d\u3092\u307e\u305a\u805e\u3044\u3066\u307f\u307e\u305b\u3093\u304b<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">\u6587\u5b57\u5217\u691c\u7d22\u30fb\u30c7\u30fc\u30bf\u62bd\u51fa\u306e\u3088\u3046\u306a\u5730\u5473\u306a\u696d\u52d9\u307b\u3069\u3001AI\u6d3b\u7528\u306e\u52b9\u679c\u304c\u6570\u5024\u3067\u898b\u3048\u3084\u3059\u3044\u9818\u57df\u3067\u3059\u3002<br>\u8cb4\u793e\u306e\u696d\u52d9\u30c7\u30fc\u30bf\u3092\u898b\u306a\u304c\u3089\u3001\u4f55\u3092\u3069\u3053\u307e\u3067\u81ea\u52d5\u5316\u3067\u304d\u308b\u304b\u3092\u4e00\u7dd2\u306b\u6574\u7406\u3057\u307e\u3059\u3002<\/p>\n\n\n\n<div class=\"balloon-wrap is-right\">\n  <div class=\"balloon-icon\">\n    <img decoding=\"async\" src=\"https:\/\/genai-ai.co.jp\/ai-kanri\/wp-content\/uploads\/2026\/04\/yamazaki-avatar.png\" alt=\"AI\u9b3c\u7ba1\u7406\u5c71\u5d0e\">\n    <span class=\"balloon-name\">AI\u9b3c\u7ba1\u7406\u5c71\u5d0e<\/span>\n  <\/div>\n  <div class=\"balloon-body\">\u30d7\u30ed\u30b0\u30e9\u30df\u30f3\u30b0\u77e5\u8b58\u306f\u4e00\u5207\u4e0d\u8981\u3067\u3059\u3002\u300c\u4eca\u56f0\u3063\u3066\u3044\u308b\u4f5c\u696d\u300d\u3092\u6559\u3048\u3066\u3044\u305f\u3060\u3051\u308c\u3070\u3001\u305d\u308c\u304cAI\u3067\u89e3\u6c7a\u3067\u304d\u308b\u304b\u3069\u3046\u304b\u3092\u7121\u6599\u76f8\u8ac7\u3067\u7387\u76f4\u306b\u304a\u7b54\u3048\u3057\u307e\u3059\u3002<\/div>\n<\/div>\n\n\n\n<div style=\"background:linear-gradient(135deg,#1a1a1a 0%,#2a1015 100%);border-radius:16px;padding:36px 32px;margin:48px 0 16px;color:#fff;\">\n  <p style=\"font-size:13px;font-weight:700;color:#dc2626;letter-spacing:2px;margin:0 0 12px;\">NEXT STEP<\/p>\n  <p style=\"font-size:22px;font-weight:800;line-height:1.5;margin:0 0 20px;\">\u3053\u306e\u8a18\u4e8b\u306e\u5185\u5bb9\u3092\u3001\u3042\u306a\u305f\u306e\u30d3\u30b8\u30cd\u30b9\u3067<br>\u5b9f\u8df5\u3057\u3066\u307f\u307e\u305b\u3093\u304b\uff1f<\/p>\n  <div style=\"background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.12);border-radius:12px;padding:24px;max-width:560px;margin:0 auto;\">\n    <p style=\"font-size:13px;color:#dc2626;font-weight:700;margin:0 0 8px;\">AI\u6d3b\u7528\u3092\u81ea\u793e\u3067\u56de\u305b\u308b\u3088\u3046\u306b\u306a\u308a\u305f\u3044\u65b9\u3078<\/p>\n    <p style=\"font-size:20px;font-weight:800;margin:0 0 12px;\">AI\u9b3c\u7ba1\u7406<\/p>\n    <p style=\"font-size:14px;color:rgba(255,255,255,0.75);margin:0 0 20px;line-height:1.7;\">Claude Code\u30fbCowork\u5c0e\u5165\u652f\u63f4\u304b\u3089\u696d\u52d9\u8a2d\u8a08\u30fb\u793e\u5185\u6d78\u900f\u307e\u3067\u5b9f\u8df5\u30d9\u30fc\u30b9\u3067\u4f34\u8d70\u3002\u300c\u81ea\u793e\u3067\u56de\u305b\u308b\u7d44\u7e54\u300d\u309290\u65e5\u3067\u4f5c\u308b\u7d4c\u55b6\u8005\u5411\u3051\u30c8\u30ec\u30fc\u30cb\u30f3\u30b0\u3002<\/p>\n    <div style=\"text-align:center;\">\n      <a href=\"https:\/\/aikanri.genai-ai.co.jp\/?utm_source=blog&utm_medium=article&utm_campaign=cc-python-string-search&utm_content=next-step-cta\" target=\"_blank\" rel=\"noopener\" style=\"display:inline-block;background:#dc2626;color:#fff;font-weight:700;font-size:15px;padding:14px 32px;border-radius:30px;text-decoration:none;\">AI\u9b3c\u7ba1\u7406\u3092\u8a73\u3057\u304f\u898b\u308b \u2192<\/a>\n    <\/div>\n  <\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"faq\">\u3088\u304f\u3042\u308b\u8cea\u554f<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Q. find()\u3068index()\u306f\u4f55\u304c\u9055\u3044\u307e\u3059\u304b\uff1f<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">A. \u3069\u3061\u3089\u3082\u6587\u5b57\u5217\u306e\u4f4d\u7f6e\u3092\u691c\u7d22\u3059\u308b\u70b9\u306f\u540c\u3058\u3067\u3059\u304c\u3001\u898b\u3064\u304b\u3089\u306a\u304b\u3063\u305f\u5834\u5408\u306e\u6319\u52d5\u304c\u7570\u306a\u308a\u307e\u3059\u3002find()\u306f\u898b\u3064\u304b\u3089\u306a\u3044\u3068-1\u3092\u8fd4\u3057\u3066\u51e6\u7406\u3092\u7d9a\u3051\u3089\u308c\u308b\u306e\u306b\u5bfe\u3057\u3001index()\u306f\u898b\u3064\u304b\u3089\u306a\u3044\u3068\u30a8\u30e9\u30fc\uff08ValueError\uff09\u3067\u51e6\u7406\u304c\u6b62\u307e\u308a\u307e\u3059\u3002\u5b58\u5728\u3059\u308b\u304b\u5206\u304b\u3089\u306a\u3044\u30c7\u30fc\u30bf\u306b\u306ffind()\u3001\u5fc5\u305a\u5b58\u5728\u3059\u308b\u524d\u63d0\u306e\u30c7\u30fc\u30bf\u306b\u306findex()\u3092\u4f7f\u3046\u306e\u304c\u57fa\u672c\u3067\u3059\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Q. in\u6f14\u7b97\u5b50\u3068find()\u3001\u5b9f\u52d9\u3067\u306f\u3069\u3061\u3089\u3092\u4f7f\u3046\u3079\u304d\u3067\u3059\u304b\uff1f<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">A. \u300c\u542b\u307e\u308c\u3066\u3044\u308b\u304b\u3069\u3046\u304b\u300d\u3060\u3051\u3092\u77e5\u308a\u305f\u3044\u5834\u5408\u306fin\u6f14\u7b97\u5b50\u306e\u65b9\u304c\u30b7\u30f3\u30d7\u30eb\u3067\u8aad\u307f\u3084\u3059\u304f\u3001\u5b9f\u52d9\u3067\u306e\u4f7f\u7528\u983b\u5ea6\u3082\u9ad8\u3044\u3067\u3059\u3002\u300c\u4f55\u6587\u5b57\u76ee\u306b\u3042\u308b\u304b\u300d\u3068\u3044\u3046\u4f4d\u7f6e\u60c5\u5831\u307e\u3067\u5fc5\u8981\u306a\u5834\u5408\u306b\u306e\u307ffind()\u3092\u4f7f\u3046\u3001\u3068\u3044\u3046\u4f7f\u3044\u5206\u3051\u304c\u57fa\u672c\u306b\u306a\u308a\u307e\u3059\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Q. re.findall()\u3092\u4f7f\u3046\u306b\u306fPython\u306e\u6a19\u6e96\u6a5f\u80fd\u3060\u3051\u3067\u5341\u5206\u3067\u3059\u304b\uff1f<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">A. \u306f\u3044\u3001re.findall()\u304c\u5c5e\u3059\u308b\u300cre\u300d\u306f\u3001Python\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u305f\u6642\u70b9\u3067\u6700\u521d\u304b\u3089\u4f7f\u3048\u308b\u6a19\u6e96\u30e9\u30a4\u30d6\u30e9\u30ea\u3067\u3059\u3002\u5225\u9014\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u4f5c\u696d\u3092\u3059\u308b\u5fc5\u8981\u306f\u306a\u304f\u3001\u30b3\u30fc\u30c9\u306e\u5192\u982d\u3067\u300cimport re\u300d\u3068\u66f8\u304f\u3060\u3051\u3067\u4f7f\u3048\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Q. \u6b63\u898f\u8868\u73fe\u306f\u96e3\u3057\u305d\u3046\u3067\u3059\u304c\u3001\u696d\u52d9\u3067\u4f7f\u3046\u305f\u3081\u306b\u5fc5\u305a\u899a\u3048\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u304b\uff1f<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">A. \u899a\u3048\u308b\u5fc5\u8981\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u6b63\u898f\u8868\u73fe\u306e\u30d1\u30bf\u30fc\u30f3\u8a2d\u8a08\u306f\u30df\u30b9\u304c\u8d77\u304d\u3084\u3059\u3044\u5c02\u9580\u9818\u57df\u306a\u306e\u3067\u3001\u975e\u30a8\u30f3\u30b8\u30cb\u30a2\u306e\u65b9\u306f\u30d1\u30bf\u30fc\u30f3\u305d\u306e\u3082\u306e\u3092AI\u306b\u8003\u3048\u3066\u3082\u3089\u3044\u3001\u5b9f\u884c\u3060\u3051\u4efb\u305b\u308b\u306e\u304c\u5b89\u5168\u304b\u3064\u52b9\u7387\u7684\u3067\u3059\u3002\u300c\u96fb\u8a71\u756a\u53f7\u306e\u3088\u3046\u306a\u5f62\u306e\u6587\u5b57\u5217\u3092\u629c\u304d\u51fa\u3057\u3066\u300d\u3068\u65e5\u672c\u8a9e\u3067\u4f1d\u3048\u308b\u3060\u3051\u3067\u5341\u5206\u3067\u3059\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Q. Excel\u306e\u300c\u691c\u7d22\u300d\u6a5f\u80fd\u3068Python\u306e\u6587\u5b57\u5217\u691c\u7d22\u306f\u4f55\u304c\u9055\u3046\u306e\u3067\u3059\u304b\uff1f<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">A. Excel\u306e\u691c\u7d22\uff08Ctrl+F\uff09\u306f1\u4ef6\u305a\u3064\u4eba\u9593\u304c\u78ba\u8a8d\u3057\u306a\u304c\u3089\u63a2\u3059\u4f5c\u696d\u3067\u3059\u304c\u3001Python\u306e\u6587\u5b57\u5217\u691c\u7d22\u306f\u300c\u63a2\u3057\u65b9\u306e\u30eb\u30fc\u30eb\u300d\u3092\u4e00\u5ea6\u5b9a\u7fa9\u3059\u308c\u3070\u3001\u4f55\u5343\u4ef6\u30fb\u4f55\u4e07\u4ef6\u306e\u30c7\u30fc\u30bf\u306b\u5bfe\u3057\u3066\u3082\u4e00\u77ac\u3067\u4e00\u62ec\u51e6\u7406\u3067\u304d\u308b\u70b9\u304c\u6700\u5927\u306e\u9055\u3044\u3067\u3059\u3002\u30c7\u30fc\u30bf\u91cf\u304c\u591a\u3044\u307b\u3069\u3001\u3053\u306e\u5dee\u306f\u696d\u52d9\u6642\u9593\u306e\u524a\u6e1b\u52b9\u679c\u3068\u3057\u3066\u9855\u8457\u306b\u73fe\u308c\u307e\u3059\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Q. Claude Code\u306b\u6587\u5b57\u5217\u691c\u7d22\u3092\u983c\u3080\u5834\u5408\u3001\u3069\u3093\u306a\u6307\u793a\u306e\u4ed5\u65b9\u304c\u52b9\u679c\u7684\u3067\u3059\u304b\uff1f<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">A. \u300c\u3053\u306eExcel\u304b\u3089\u3007\u3007\u3092\u542b\u3080\u884c\u3060\u3051\u62bd\u51fa\u3057\u3066\u300d\u300c\u3053\u306e\u30c6\u30ad\u30b9\u30c8\u304b\u3089\u96fb\u8a71\u756a\u53f7\u3089\u3057\u304d\u6587\u5b57\u5217\u3092\u5168\u90e8\u30ea\u30b9\u30c8\u306b\u3057\u3066\u300d\u306e\u3088\u3046\u306b\u3001<strong>\u6b32\u3057\u3044\u7d50\u679c<\/strong>\u3092\u5177\u4f53\u7684\u306a\u65e5\u672c\u8a9e\u3067\u4f1d\u3048\u308b\u306e\u304c\u52b9\u679c\u7684\u3067\u3059\u3002find\u30fbin\u30fbre.findall\u306e\u3069\u308c\u3092\u4f7f\u3046\u304b\u306fAI\u304c\u81ea\u52d5\u3067\u5224\u65ad\u3059\u308b\u305f\u3081\u3001\u5c02\u9580\u7528\u8a9e\u3092\u4f7f\u3046\u5fc5\u8981\u306f\u3042\u308a\u307e\u305b\u3093\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Q. \u6587\u5b57\u5217\u691c\u7d22\u306e\u51e6\u7406\u3092AI\u306b\u4efb\u305b\u308b\u5834\u5408\u3001\u793e\u5185\u30c7\u30fc\u30bf\u306e\u53d6\u308a\u6271\u3044\u306f\u5b89\u5168\u3067\u3059\u304b\uff1f<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">A. \u53d6\u308a\u6271\u3046\u30c7\u30fc\u30bf\u306e\u6a5f\u5bc6\u5ea6\u306b\u5fdc\u3058\u3066\u8a2d\u8a08\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002\u500b\u4eba\u60c5\u5831\u3084\u6a5f\u5bc6\u6027\u306e\u9ad8\u3044\u30c7\u30fc\u30bf\u3092\u6271\u3046\u5834\u5408\u306f\u3001\u793e\u5185\u74b0\u5883\u3067\u5b8c\u7d50\u3059\u308b\u5f62\u3067\u306e\u904b\u7528\u8a2d\u8a08\u3084\u3001\u30a2\u30af\u30bb\u30b9\u6a29\u9650\u306e\u7ba1\u7406\u304c\u91cd\u8981\u3067\u3059\u3002\u5c0e\u5165\u6642\u306b\u3069\u3053\u307e\u3067AI\u306b\u89e6\u308c\u3055\u305b\u308b\u304b\u306e\u7dda\u5f15\u304d\u3092\u4e8b\u524d\u306b\u6c7a\u3081\u3066\u304a\u304f\u3053\u3068\u3092\u304a\u3059\u3059\u3081\u3057\u307e\u3059\u3002<\/p>\n\n\n\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"find()\u3068index()\u306f\u4f55\u304c\u9055\u3044\u307e\u3059\u304b\uff1f\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"\u3069\u3061\u3089\u3082\u6587\u5b57\u5217\u306e\u4f4d\u7f6e\u3092\u691c\u7d22\u3059\u308b\u70b9\u306f\u540c\u3058\u3067\u3059\u304c\u3001\u898b\u3064\u304b\u3089\u306a\u304b\u3063\u305f\u5834\u5408\u306e\u6319\u52d5\u304c\u7570\u306a\u308a\u307e\u3059\u3002find()\u306f\u898b\u3064\u304b\u3089\u306a\u3044\u3068-1\u3092\u8fd4\u3057\u3066\u51e6\u7406\u3092\u7d9a\u3051\u3089\u308c\u308b\u306e\u306b\u5bfe\u3057\u3001index()\u306f\u898b\u3064\u304b\u3089\u306a\u3044\u3068\u30a8\u30e9\u30fc\uff08ValueError\uff09\u3067\u51e6\u7406\u304c\u6b62\u307e\u308a\u307e\u3059\u3002\u5b58\u5728\u3059\u308b\u304b\u5206\u304b\u3089\u306a\u3044\u30c7\u30fc\u30bf\u306b\u306ffind()\u3001\u5fc5\u305a\u5b58\u5728\u3059\u308b\u524d\u63d0\u306e\u30c7\u30fc\u30bf\u306b\u306findex()\u3092\u4f7f\u3046\u306e\u304c\u57fa\u672c\u3067\u3059\u3002\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"in\u6f14\u7b97\u5b50\u3068find()\u3001\u5b9f\u52d9\u3067\u306f\u3069\u3061\u3089\u3092\u4f7f\u3046\u3079\u304d\u3067\u3059\u304b\uff1f\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"\u300c\u542b\u307e\u308c\u3066\u3044\u308b\u304b\u3069\u3046\u304b\u300d\u3060\u3051\u3092\u77e5\u308a\u305f\u3044\u5834\u5408\u306fin\u6f14\u7b97\u5b50\u306e\u65b9\u304c\u30b7\u30f3\u30d7\u30eb\u3067\u8aad\u307f\u3084\u3059\u304f\u3001\u5b9f\u52d9\u3067\u306e\u4f7f\u7528\u983b\u5ea6\u3082\u9ad8\u3044\u3067\u3059\u3002\u300c\u4f55\u6587\u5b57\u76ee\u306b\u3042\u308b\u304b\u300d\u3068\u3044\u3046\u4f4d\u7f6e\u60c5\u5831\u307e\u3067\u5fc5\u8981\u306a\u5834\u5408\u306b\u306e\u307ffind()\u3092\u4f7f\u3046\u3001\u3068\u3044\u3046\u4f7f\u3044\u5206\u3051\u304c\u57fa\u672c\u306b\u306a\u308a\u307e\u3059\u3002\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"re.findall()\u3092\u4f7f\u3046\u306b\u306fPython\u306e\u6a19\u6e96\u6a5f\u80fd\u3060\u3051\u3067\u5341\u5206\u3067\u3059\u304b\uff1f\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"\u306f\u3044\u3001re.findall()\u304c\u5c5e\u3059\u308b\u300cre\u300d\u306f\u3001Python\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u305f\u6642\u70b9\u3067\u6700\u521d\u304b\u3089\u4f7f\u3048\u308b\u6a19\u6e96\u30e9\u30a4\u30d6\u30e9\u30ea\u3067\u3059\u3002\u5225\u9014\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u4f5c\u696d\u3092\u3059\u308b\u5fc5\u8981\u306f\u306a\u304f\u3001\u30b3\u30fc\u30c9\u306e\u5192\u982d\u3067\u300cimport re\u300d\u3068\u66f8\u304f\u3060\u3051\u3067\u4f7f\u3048\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059\u3002\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"\u6b63\u898f\u8868\u73fe\u306f\u96e3\u3057\u305d\u3046\u3067\u3059\u304c\u3001\u696d\u52d9\u3067\u4f7f\u3046\u305f\u3081\u306b\u5fc5\u305a\u899a\u3048\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u304b\uff1f\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"\u899a\u3048\u308b\u5fc5\u8981\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u6b63\u898f\u8868\u73fe\u306e\u30d1\u30bf\u30fc\u30f3\u8a2d\u8a08\u306f\u30df\u30b9\u304c\u8d77\u304d\u3084\u3059\u3044\u5c02\u9580\u9818\u57df\u306a\u306e\u3067\u3001\u975e\u30a8\u30f3\u30b8\u30cb\u30a2\u306e\u65b9\u306f\u30d1\u30bf\u30fc\u30f3\u305d\u306e\u3082\u306e\u3092AI\u306b\u8003\u3048\u3066\u3082\u3089\u3044\u3001\u5b9f\u884c\u3060\u3051\u4efb\u305b\u308b\u306e\u304c\u5b89\u5168\u304b\u3064\u52b9\u7387\u7684\u3067\u3059\u3002\u300c\u96fb\u8a71\u756a\u53f7\u306e\u3088\u3046\u306a\u5f62\u306e\u6587\u5b57\u5217\u3092\u629c\u304d\u51fa\u3057\u3066\u300d\u3068\u65e5\u672c\u8a9e\u3067\u4f1d\u3048\u308b\u3060\u3051\u3067\u5341\u5206\u3067\u3059\u3002\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Excel\u306e\u300c\u691c\u7d22\u300d\u6a5f\u80fd\u3068Python\u306e\u6587\u5b57\u5217\u691c\u7d22\u306f\u4f55\u304c\u9055\u3046\u306e\u3067\u3059\u304b\uff1f\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Excel\u306e\u691c\u7d22\uff08Ctrl+F\uff09\u306f1\u4ef6\u305a\u3064\u4eba\u9593\u304c\u78ba\u8a8d\u3057\u306a\u304c\u3089\u63a2\u3059\u4f5c\u696d\u3067\u3059\u304c\u3001Python\u306e\u6587\u5b57\u5217\u691c\u7d22\u306f\u300c\u63a2\u3057\u65b9\u306e\u30eb\u30fc\u30eb\u300d\u3092\u4e00\u5ea6\u5b9a\u7fa9\u3059\u308c\u3070\u3001\u4f55\u5343\u4ef6\u30fb\u4f55\u4e07\u4ef6\u306e\u30c7\u30fc\u30bf\u306b\u5bfe\u3057\u3066\u3082\u4e00\u77ac\u3067\u4e00\u62ec\u51e6\u7406\u3067\u304d\u308b\u70b9\u304c\u6700\u5927\u306e\u9055\u3044\u3067\u3059\u3002\u30c7\u30fc\u30bf\u91cf\u304c\u591a\u3044\u307b\u3069\u3001\u3053\u306e\u5dee\u306f\u696d\u52d9\u6642\u9593\u306e\u524a\u6e1b\u52b9\u679c\u3068\u3057\u3066\u9855\u8457\u306b\u73fe\u308c\u307e\u3059\u3002\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Claude Code\u306b\u6587\u5b57\u5217\u691c\u7d22\u3092\u983c\u3080\u5834\u5408\u3001\u3069\u3093\u306a\u6307\u793a\u306e\u4ed5\u65b9\u304c\u52b9\u679c\u7684\u3067\u3059\u304b\uff1f\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"\u300c\u3053\u306eExcel\u304b\u3089\u3007\u3007\u3092\u542b\u3080\u884c\u3060\u3051\u62bd\u51fa\u3057\u3066\u300d\u300c\u3053\u306e\u30c6\u30ad\u30b9\u30c8\u304b\u3089\u96fb\u8a71\u756a\u53f7\u3089\u3057\u304d\u6587\u5b57\u5217\u3092\u5168\u90e8\u30ea\u30b9\u30c8\u306b\u3057\u3066\u300d\u306e\u3088\u3046\u306b\u3001<strong>\u6b32\u3057\u3044\u7d50\u679c<\/strong>\u3092\u5177\u4f53\u7684\u306a\u65e5\u672c\u8a9e\u3067\u4f1d\u3048\u308b\u306e\u304c\u52b9\u679c\u7684\u3067\u3059\u3002find\u30fbin\u30fbre.findall\u306e\u3069\u308c\u3092\u4f7f\u3046\u304b\u306fAI\u304c\u81ea\u52d5\u3067\u5224\u65ad\u3059\u308b\u305f\u3081\u3001\u5c02\u9580\u7528\u8a9e\u3092\u4f7f\u3046\u5fc5\u8981\u306f\u3042\u308a\u307e\u305b\u3093\u3002\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"\u6587\u5b57\u5217\u691c\u7d22\u306e\u51e6\u7406\u3092AI\u306b\u4efb\u305b\u308b\u5834\u5408\u3001\u793e\u5185\u30c7\u30fc\u30bf\u306e\u53d6\u308a\u6271\u3044\u306f\u5b89\u5168\u3067\u3059\u304b\uff1f\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"\u53d6\u308a\u6271\u3046\u30c7\u30fc\u30bf\u306e\u6a5f\u5bc6\u5ea6\u306b\u5fdc\u3058\u3066\u8a2d\u8a08\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002\u500b\u4eba\u60c5\u5831\u3084\u6a5f\u5bc6\u6027\u306e\u9ad8\u3044\u30c7\u30fc\u30bf\u3092\u6271\u3046\u5834\u5408\u306f\u3001\u793e\u5185\u74b0\u5883\u3067\u5b8c\u7d50\u3059\u308b\u5f62\u3067\u306e\u904b\u7528\u8a2d\u8a08\u3084\u3001\u30a2\u30af\u30bb\u30b9\u6a29\u9650\u306e\u7ba1\u7406\u304c\u91cd\u8981\u3067\u3059\u3002\u5c0e\u5165\u6642\u306b\u3069\u3053\u307e\u3067AI\u306b\u89e6\u308c\u3055\u305b\u308b\u304b\u306e\u7dda\u5f15\u304d\u3092\u4e8b\u524d\u306b\u6c7a\u3081\u3066\u304a\u304f\u3053\u3068\u3092\u304a\u3059\u3059\u3081\u3057\u307e\u3059\u3002\"\n      }\n    }\n  ]\n}\n<\/script>\n\n\n","protected":false},"excerpt":{"rendered":"<p>Python\u306efind\u30fbin\u30fbre.findall\u306b\u3088\u308b\u6587\u5b57\u5217\u691c\u7d22\u3092\u975e\u30a8\u30f3\u30b8\u30cb\u30a2\u5411\u3051\u306b\u3084\u3055\u3057\u304f\u89e3\u8aac\u3002\u4f7f\u3044\u5206\u3051\u306e\u65e9\u898b\u8868\u3068\u3001Claude Code\u306b\u4efb\u305b\u308c\u3070\u81ea\u5206\u3067\u30b3\u30fc\u30c9\u3092\u66f8\u304f\u5fc5\u8981\u3059\u3089\u306a\u3044\u7406\u7531\u307e\u3067\u3001GENAI\u306e\u5b9f\u904b\u7528\u30c7\u30fc\u30bf\u3092\u4ea4\u3048\u3066\u7d39\u4ecb\u3057\u307e\u3059\u3002<\/p>\n","protected":false},"author":1,"featured_media":25576,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"sitemap_hide":"","_veu_custom_css":"","vkexunit_cta_each_option":"","footnotes":"","rank_math_description":"Python\u306efind\u30fbin\u30fbre.findall\u306b\u3088\u308b\u6587\u5b57\u5217\u691c\u7d22\u3092\u975e\u30a8\u30f3\u30b8\u30cb\u30a2\u5411\u3051\u306b\u3084\u3055\u3057\u304f\u89e3\u8aac\u3002\u4f7f\u3044\u5206\u3051\u306e\u65e9\u898b\u8868\u3068\u3001Claude Code\u306b\u4efb\u305b\u308c\u3070\u81ea\u5206\u3067\u30b3\u30fc\u30c9\u3092\u66f8\u304f\u5fc5\u8981\u3059\u3089\u306a\u3044\u7406\u7531\u307e\u3067\u3001GENAI\u306e\u5b9f\u904b\u7528\u30c7\u30fc\u30bf\u3092\u4ea4\u3048\u3066\u7d39\u4ecb\u3057\u307e\u3059\u3002","rank_math_focus_keyword":"Python \u6587\u5b57\u5217\u691c\u7d22","rank_math_title":"\u30102026\u5e748\u6708\u6700\u65b0\u3011Python\u6587\u5b57\u5217\u691c\u7d22(find\/in\/re.findall)\u5b8c\u5168\u30ac\u30a4\u30c9\uff5c\u975e\u30a8\u30f3\u30b8\u30cb\u30a2\u304c\u4eca\u3059\u3050\u7406\u89e3\u3059\u3079\u304d\u4f7f\u3044\u5206\u3051\u3068AI\u306b\u4efb\u305b\u308b\u5883\u754c\u7dda","pending_rewrite_html":"","pending_rewrite_id":"","pending_rewrite_kw":"","pending_rewrite_at":"","pending_rewrite_source":"","pending_rewrite_brief":"","pending_rewrite_evidence":"","approved_rewrite_html":"","approved_rewrite_id":"","approved_rewrite_kw":"","approved_rewrite_at":"","approved_rewrite_by":"","approved_rewrite_brief":"","approved_rewrite_evidence":"","rewrite_tracker_baseline":"","rewrite_tracker_7day":"","rewrite_tracker_14day":"","rewrite_tracker_30day":"","rewrite_tracker_notified":""},"categories":[3],"tags":[],"class_list":["post-25566","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ai-automation"],"_links":{"self":[{"href":"https:\/\/genai-ai.co.jp\/ai-kanri\/wp-json\/wp\/v2\/posts\/25566","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/genai-ai.co.jp\/ai-kanri\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/genai-ai.co.jp\/ai-kanri\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/genai-ai.co.jp\/ai-kanri\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/genai-ai.co.jp\/ai-kanri\/wp-json\/wp\/v2\/comments?post=25566"}],"version-history":[{"count":6,"href":"https:\/\/genai-ai.co.jp\/ai-kanri\/wp-json\/wp\/v2\/posts\/25566\/revisions"}],"predecessor-version":[{"id":25577,"href":"https:\/\/genai-ai.co.jp\/ai-kanri\/wp-json\/wp\/v2\/posts\/25566\/revisions\/25577"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/genai-ai.co.jp\/ai-kanri\/wp-json\/wp\/v2\/media\/25576"}],"wp:attachment":[{"href":"https:\/\/genai-ai.co.jp\/ai-kanri\/wp-json\/wp\/v2\/media?parent=25566"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/genai-ai.co.jp\/ai-kanri\/wp-json\/wp\/v2\/categories?post=25566"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/genai-ai.co.jp\/ai-kanri\/wp-json\/wp\/v2\/tags?post=25566"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}