vault backup: 2025-09-05 15:41:35
This commit is contained in:
@@ -24,3 +24,8 @@ Always split on certain syntax:
|
||||
|
||||
Conditionally split in other cases
|
||||
to prevent column overflow
|
||||
|
||||
```
|
||||
(?<=\.) (?=.{30,})
|
||||
(?<=,) (?=.{30,})
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user