ActiveLabel.swift icon indicating copy to clipboard operation
ActiveLabel.swift copied to clipboard

In mention username with dot is not detecting

Open mehulmodihb opened this issue 1 year ago • 2 comments

In mentioned username, it is not detecting full username with the dot. For example, username like @hb.mehulmodi is only detecting hb

mehulmodihb avatar Sep 01 '23 14:09 mehulmodihb

Need to update the mention regex as below :

static let mentionPattern = "(?:^|\\s|$|[.])@[\\p{L}0-9_\\.]*"

mehulmodihb avatar Sep 01 '23 14:09 mehulmodihb

I am having the same issue, did you edit the package files with this update to fix?

DevboiDesigns avatar Oct 27 '23 10:10 DevboiDesigns