@microsoft/recognizers-text-sequence
Advanced tools
Comparing version 1.1.3 to 1.1.4
export declare namespace BaseEmail { | ||
const EmailRegex = "(([-a-zA-Z0-9_\\.]+)@([-a-zA-Z\\d\\.]+)\\.([a-zA-Z\\.]{2,6}))"; | ||
const EmailRegex = "(([-a-zA-Z0-9_\\+\\.]+)@([-a-zA-Z\\d\\.]+)\\.([a-zA-Z\\.]{2,6}))"; | ||
const IPv4Regex = "(?<ipv4>(\\d{1,3}\\.){3}\\d{1,3})"; | ||
const NormalSuffixRegex = "(([0-9A-Za-z][-]*[0-9A-Za-z]*\\.)+(?<tld>[a-zA-Z][\\-a-zA-Z]{0,22}[a-zA-Z]))"; | ||
const EmailPrefix = "(?(\"\")(\"\".+?(?<!\\\\)\"\")|(([0-9A-Za-z]((\\.(?!\\.))|[-!#\\$%&'\\*\\+/=\\?\\^\\{\\}\\|~\\w])*)(?<=[0-9A-Za-z])))"; | ||
const EmailSuffix: string; | ||
const EmailRegex2: string; | ||
} |
@@ -8,4 +8,5 @@ export declare namespace BaseURL { | ||
const UrlRegex: string; | ||
const UrlRegex2 = "((ht|f)tp(s?)\\:\\/\\/|www\\.)[0-9a-zA-Z]([-.\\w]*[0-9a-zA-Z])*(\\.(?<Tld>[0-9a-zA-Z]+))+(:(0-9)*)*(\\/?)([a-zA-Z0-9\\-\\.\\?\\,\\'\\/\\\\\\+&%\\$#_=@]*)?"; | ||
const IpUrlRegex: string; | ||
const TldList: string[]; | ||
} |
{ | ||
"name": "@microsoft/recognizers-text-sequence", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "recognizers-text-sequence provides robust recognition and resolution of series entities like phone numbers and IP addresses.", | ||
@@ -35,5 +35,5 @@ "author": "Microsoft Corp.", | ||
"dependencies": { | ||
"@microsoft/recognizers-text": "~1.1.3", | ||
"@microsoft/recognizers-text": "~1.1.4", | ||
"grapheme-splitter": "^1.0.2" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
965759
21334