質問編集履歴

1

追記

2021/04/10 03:01

投稿

pokerStars
pokerStars

スコア67

test CHANGED
File without changes
test CHANGED
@@ -28,6 +28,8 @@
28
28
 
29
29
  // test2 := "星になりたい"
30
30
 
31
+ // test3 := "夢にまでみた南国のリゾート"
32
+
31
33
  re := regexp.MustCompile("^(?=.*リゾート).*$")
32
34
 
33
35
  result := re.FindStringSubmatch(test)
@@ -44,7 +46,7 @@
44
46
 
45
47
 
46
48
 
47
- 期待値 [リゾートに行きたい] // test2の場合は[]
49
+ 期待値 [リゾートに行きたい] // test2の場合は[] test3の場合は[夢にまでみた南国のリゾート]
48
50
 
49
51
  ```
50
52