diff options
| author | Dustin Mierau <dustin@mierau.me> | 2024-05-05 23:20:01 -0700 |
|---|---|---|
| committer | Dustin Mierau <dustin@mierau.me> | 2024-05-05 23:20:01 -0700 |
| commit | 379a95f09cd1b9c9e42c6db0f3937879ab17616e (patch) | |
| tree | 6967f4522962f8626659f31a3e102ebe4d0b9119 /Hotline | |
| parent | acce577bc6a66b5c7af56adb709adf740ba548d8 (diff) | |
Add .online and .garden tlds to url regex.
Diffstat (limited to 'Hotline')
| -rw-r--r-- | Hotline/Utility/RegularExpressions.swift | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Hotline/Utility/RegularExpressions.swift b/Hotline/Utility/RegularExpressions.swift index 0a0dda9..bb53f8c 100644 --- a/Hotline/Utility/RegularExpressions.swift +++ b/Hotline/Utility/RegularExpressions.swift @@ -80,6 +80,8 @@ struct RegularExpressions { "tel" "today" "travel" + "garden" + "online" "ai" "be" "by" |