You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Regex to find all links in the text.
const regexLink =
r'((http|ftp|https)://)?([\w_-]+(?:(?:.[\w_-][a-zA-Z_][\w_-])+))([\w.,@?^=%&:/+#-]*[\w@?^=%&/+#-])?[^\.\s]';
/// Regex to find all links in the text.
const regexLink =
r'https?://(?:[А-Яа-яA-Za-z0-9-]+.)+[А-Яа-яA-Za-z]{2,}(?:/[^/#?]+)+.(?:[A-Za-z0-9]+(?:.[A-Za-z0-9]+))?(?:?[^#\s])?(?:#\S*)?'
The text was updated successfully, but these errors were encountered:
/// Regex to find all links in the text.
const regexLink =
r'((http|ftp|https)://)?([\w_-]+(?:(?:.[\w_-][a-zA-Z_][\w_-])+))([\w.,@?^=%&:/
+#-]*[\w@?^=%&/+#-])?[^\.\s]';/// Regex to find all links in the text.
const regexLink =
r'https?://(?:[А-Яа-яA-Za-z0-9-]+.)+[А-Яа-яA-Za-z]{2,}(?:/[^/#?]+)+.(?:[A-Za-z0-9]+(?:.[A-Za-z0-9]+))?(?:?[^#\s])?(?:#\S*)?'
The text was updated successfully, but these errors were encountered: