Jonas Jenwald
c42887221a
Simplify some regular expressions
...
There's a fair number of regular expressions througout the code-base which are slightly more verbose than strictly necessary, in particular:
- We have a lot of regular expressions that use `[0-9]` explicitly, and those can be simplified to use `\d` instead.
- We have one instance of a regular expression containing a `A-Za-z0-9_` sequence, which can be simplified to use `\w` instead.
2021-09-02 11:50:42 +02:00
..
2021-03-13 16:12:53 +01:00
2021-09-02 11:50:42 +02:00
2021-04-14 22:11:45 +02:00
2021-08-24 01:13:02 +02:00
2020-10-25 15:40:51 +01:00
2021-08-06 19:30:36 +09:00
2021-01-12 18:08:08 +01:00
2021-06-25 18:57:01 +02:00
2021-04-14 22:24:28 +02:00
2021-04-10 20:29:39 +02:00
2021-04-15 17:57:42 +02:00
2021-05-19 11:36:03 +02:00
2021-05-16 11:44:05 +02:00
2021-04-01 16:47:30 +02:00
2021-04-14 21:59:13 +02:00
2021-04-10 20:29:39 +02:00
2021-04-17 10:34:22 +02:00
2020-04-14 12:28:14 +02:00
2021-06-22 16:55:44 +02:00
2021-04-13 21:51:27 +02:00
2020-10-25 15:40:51 +01:00
2021-08-29 18:27:53 +02:00
2021-04-14 21:59:13 +02:00
2021-02-17 13:12:01 +01:00
2020-10-28 12:42:04 +01:00
2021-04-13 21:51:26 +02:00
2020-04-14 12:28:14 +02:00
2021-04-13 21:51:26 +02:00
2021-03-13 11:50:11 +01:00
2021-01-12 18:08:08 +01:00
2020-09-06 12:23:59 +02:00
2020-04-14 12:28:14 +02:00
2021-08-03 20:19:32 +02:00
2021-04-10 20:29:39 +02:00
2021-04-28 10:16:51 +02:00
2021-04-09 09:56:28 -07:00
2021-06-07 11:10:11 -07:00
2021-02-11 23:00:42 +01:00
2021-05-02 21:00:29 +02:00
2021-08-01 14:14:33 +02:00
2021-04-10 20:29:39 +02:00
2020-10-27 11:30:15 +01:00
2021-04-13 21:47:53 +02:00
2021-04-22 12:08:56 +02:00
2021-02-17 20:28:06 +01:00
2021-08-06 20:20:19 +02:00
2021-06-25 18:57:01 +02:00
2021-08-05 15:25:04 -07:00
2021-05-18 10:22:18 +02:00