質問編集履歴

14

2021/12/22 10:56

投稿

freeair.
freeair.

スコア15

test CHANGED
File without changes
test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  上記の置換作業をする際、実際は下記のようなかんじですが
8
8
 
9
- ```
9
+
10
10
 
11
11
  文字列A→リスト
12
12
 
@@ -14,7 +14,7 @@
14
14
 
15
15
  文字列C→1
16
16
 
17
- ```
17
+
18
18
 
19
19
  文字列Cが¥1にくっついて、¥11として処理されてしまうようです。
20
20
 

13

2021/12/22 10:55

投稿

freeair.
freeair.

スコア15

test CHANGED
File without changes
test CHANGED
@@ -1,10 +1,6 @@
1
- ```
2
-
3
1
  置換前:(文字列A)(文字列B)
4
2
 
5
3
  置換後:¥1文字列C¥2
6
-
7
- ```
8
4
 
9
5
 
10
6
 

12

2021/12/22 10:55

投稿

freeair.
freeair.

スコア15

test CHANGED
File without changes
test CHANGED
File without changes

11

2021/12/22 10:55

投稿

freeair.
freeair.

スコア15

test CHANGED
File without changes
test CHANGED
@@ -10,7 +10,9 @@
10
10
 
11
11
  上記の置換作業をする際、実際は下記のようなかんじですが
12
12
 
13
+ ```
14
+
13
- ```文字列A→リスト
15
+ 文字列A→リスト
14
16
 
15
17
  文字列B→[0-9]
16
18
 

10

2021/12/22 10:54

投稿

freeair.
freeair.

スコア15

test CHANGED
File without changes
test CHANGED
@@ -10,13 +10,13 @@
10
10
 
11
11
  上記の置換作業をする際、実際は下記のようなかんじですが
12
12
 
13
- ```
14
-
15
- 文字列A→リスト
13
+ ```文字列A→リスト
16
14
 
17
15
  文字列B→[0-9]
18
16
 
19
- 文字列C→1```
17
+ 文字列C→1
18
+
19
+ ```
20
20
 
21
21
  文字列Cが¥1にくっついて、¥11として処理されてしまうようです。
22
22
 

9

2021/12/22 10:54

投稿

freeair.
freeair.

スコア15

test CHANGED
File without changes
test CHANGED
@@ -10,7 +10,9 @@
10
10
 
11
11
  上記の置換作業をする際、実際は下記のようなかんじですが
12
12
 
13
+ ```
14
+
13
- ```文字列A→リスト
15
+ 文字列A→リスト
14
16
 
15
17
  文字列B→[0-9]
16
18
 

8

2021/12/22 10:54

投稿

freeair.
freeair.

スコア15

test CHANGED
File without changes
test CHANGED
@@ -10,15 +10,11 @@
10
10
 
11
11
  上記の置換作業をする際、実際は下記のようなかんじですが
12
12
 
13
- ```
14
-
15
- 文字列A→リスト
13
+ ```文字列A→リスト
16
14
 
17
15
  文字列B→[0-9]
18
16
 
19
- 文字列C→1
17
+ 文字列C→1```
20
-
21
- ```
22
18
 
23
19
  文字列Cが¥1にくっついて、¥11として処理されてしまうようです。
24
20
 

7

2021/12/22 10:53

投稿

freeair.
freeair.

スコア15

test CHANGED
File without changes
test CHANGED
File without changes

6

2021/12/22 10:53

投稿

freeair.
freeair.

スコア15

test CHANGED
File without changes
test CHANGED
@@ -1,10 +1,16 @@
1
+ ```
2
+
1
3
  置換前:(文字列A)(文字列B)
2
4
 
3
5
  置換後:¥1文字列C¥2
4
6
 
7
+ ```
8
+
5
9
 
6
10
 
7
11
  上記の置換作業をする際、実際は下記のようなかんじですが
12
+
13
+ ```
8
14
 
9
15
  文字列A→リスト
10
16
 
@@ -12,7 +18,7 @@
12
18
 
13
19
  文字列C→1
14
20
 
15
-
21
+ ```
16
22
 
17
23
  文字列Cが¥1にくっついて、¥11として処理されてしまうようです。
18
24
 

5

2021/12/22 10:53

投稿

freeair.
freeair.

スコア15

test CHANGED
File without changes
test CHANGED
File without changes

4

2021/12/22 10:46

投稿

freeair.
freeair.

スコア15

test CHANGED
@@ -1 +1 @@
1
- サクラエディタの正規表現
1
+ サクラエディタの正規表現について
test CHANGED
File without changes

3

2021/12/22 10:46

投稿

freeair.
freeair.

スコア15

test CHANGED
File without changes
test CHANGED
@@ -1,4 +1,4 @@
1
- 置換前:(文字列)(文字列B)
1
+ 置換前:(文字列A)(文字列B)
2
2
 
3
3
  置換後:¥1文字列C¥2
4
4
 

2

2021/12/22 10:45

投稿

freeair.
freeair.

スコア15

test CHANGED
File without changes
test CHANGED
@@ -4,10 +4,16 @@
4
4
 
5
5
 
6
6
 
7
- 上記の置換作業をする際、
7
+ 上記の置換作業をする際、実際は下記のようなかんじですが
8
8
 
9
9
  文字列A→リスト
10
10
 
11
11
  文字列B→[0-9]
12
12
 
13
13
  文字列C→1
14
+
15
+
16
+
17
+ 文字列Cが¥1にくっついて、¥11として処理されてしまうようです。
18
+
19
+ これを回避したい場合、どうするのがよいでしょうか?

1

2021/12/22 10:44

投稿

freeair.
freeair.

スコア15

test CHANGED
File without changes
test CHANGED
File without changes