Min S. Kim
3e796f3b4d
calibre: escape dot in gsub pattern for series index cleanup ( #15037 )
...
The unescaped `.` in `".00"` matches any character followed by two
zeros. For a series entry like `"00001.00 | Title - Author"`, the
pattern matches `000` at position 1 instead of the intended literal
`.00` at position 6, producing `"01.00 | Title - Author"`.
Escape as `"%.00"` to match a literal period.
2026-02-25 08:55:50 +01:00
..
2026-01-01 14:39:16 +02:00
2024-11-21 19:31:43 +01:00
2024-12-02 22:32:16 +01:00
2025-11-11 15:00:16 +01:00
2025-07-01 21:43:51 +03:00
2025-07-30 14:30:50 +02:00
2025-05-26 19:26:43 +02:00
2025-06-04 08:15:02 +03:00
2026-02-25 08:55:50 +01:00
2025-10-14 22:53:47 +02:00
2026-02-23 22:49:02 +01:00
2025-10-16 10:08:28 +02:00
2025-11-18 08:38:36 +02:00
2024-10-24 10:46:46 +02:00
2026-02-05 22:11:18 +01:00
2022-10-06 02:14:48 +02:00
2026-02-19 15:33:02 +00:00
2025-03-15 18:03:44 +01:00
2022-10-12 19:59:48 +02:00
2023-02-28 09:19:17 +02:00
2026-02-04 21:08:46 +01:00
2025-11-05 07:48:08 +02:00
2026-02-14 12:23:15 +01:00
2026-01-20 09:22:09 +01:00
2022-10-10 22:21:27 +02:00
2026-01-16 08:42:13 +02:00
2025-10-14 15:22:27 +02:00
2025-09-14 09:32:06 +02:00
2025-11-17 20:09:36 +02:00
2025-10-26 14:17:49 +02:00
2023-02-23 19:23:30 +02:00
2025-07-25 11:29:25 +02:00
2025-06-04 08:15:02 +03:00
2024-11-23 19:30:48 +01:00
2025-08-16 21:29:22 +02:00
2026-01-10 15:52:33 +01:00