ActiveLabel.swift
ActiveLabel.swift copied to clipboard
In mention username with dot is not detecting
In mentioned username, it is not detecting full username with the dot. For example, username like @hb.mehulmodi is only detecting hb
Need to update the mention regex as below :
static let mentionPattern = "(?:^|\\s|$|[.])@[\\p{L}0-9_\\.]*"
I am having the same issue, did you edit the package files with this update to fix?