Search found 9 matches
- 26.11.2021 17:20
- Forum: General - CudaText
- Topic: Replace text with regex (unexpected result)
- Replies: 19
- Views: 5840
- 23.11.2021 15:06
- Forum: General - CudaText
- Topic: Replace text with regex (unexpected result)
- Replies: 19
- Views: 5840
- 23.11.2021 00:15
- Forum: General - CudaText
- Topic: Replace text with regex (unexpected result)
- Replies: 19
- Views: 5840
- 22.11.2021 21:12
- Forum: General - CudaText
- Topic: Replace text with regex (unexpected result)
- Replies: 19
- Views: 5840
- 22.11.2021 20:50
- Forum: General - CudaText
- Topic: Replace text with regex (unexpected result)
- Replies: 19
- Views: 5840
- 22.11.2021 19:47
- Forum: General - CudaText
- Topic: Replace text with regex (unexpected result)
- Replies: 19
- Views: 5840
- 22.11.2021 19:27
- Forum: General - CudaText
- Topic: Replace text with regex (unexpected result)
- Replies: 19
- Views: 5840
- 22.11.2021 19:10
- Forum: General - CudaText
- Topic: Replace text with regex (unexpected result)
- Replies: 19
- Views: 5840
- 22.11.2021 17:16
- Forum: General - CudaText
- Topic: Replace text with regex (unexpected result)
- Replies: 19
- Views: 5840
Replace text with regex (unexpected result)
Input text: 0 1 2 3 4 5 6 7 8 9 Open Replace dialog (Ctrl+R) and enable regex mode (Alt+R) Search string: \d Replace string: \d Press "Replace all" (Alt+A) Result text: d d d d d d d d d d If repeat with: Search string: \d Replace string: \\d then result text (that expected result): \d \d...