mirror of
https://github.com/metabolist/metatext
synced 2024-12-27 18:22:32 +01:00
Fix regex
This commit is contained in:
parent
451be82b1b
commit
e083dbc39b
@ -200,7 +200,7 @@ public extension NewStatusViewModel {
|
||||
|
||||
private extension NewStatusViewModel {
|
||||
// swiftlint:disable:next force_try
|
||||
static let mentionsRegularExpression = try! NSRegularExpression(pattern: #"@\w+"#)
|
||||
static let mentionsRegularExpression = try! NSRegularExpression(pattern: #"@\S+"#)
|
||||
|
||||
func handle(event: CompositionViewModel.Event) {
|
||||
switch event {
|
||||
|
Loading…
Reference in New Issue
Block a user