Happy Kumar Mittal

Results 2 comments of Happy Kumar Mittal

Able to linkify phone numbers but urls stop getting linkify after this change. can you tell me how can show both urls and phone numbers

@iShaVas sorry i missed your comment. yes, i have modified the regex to cover aaaall valid scenarios. export const linkifyRegex = /(\+?\d[\s\\-\d]{6,17}\d)|((https?:\/\/(?:www\.|(?!www))[a-zA-Z0-9][a-zA-Z0-9-]+[a-zA-Z0-9]\.[^\s]{2,}|www\.[a-zA-Z0-9][a-zA-Z0-9-]+[a-zA-Z0-9]\.[^\s]{2,}|https?:\/\/(?:www\.|(?!www))[a-zA-Z0-9]+\.[^\s]{2,}|www\.[a-zA-Z0-9]+\.[^\s]{2,}|[a-zA-Z]+\.com[^\s]{0,}|[a-zA-Z]+\.[a-zA-Z]{2,4}\/[^\s]{2,}))/g; export const phoneNumberRegex = /^\+?\d[\s\\-\d]{6,17}\d/; matchDecorator={value => {...