extract-email-address:从任意文本输入中提取电子邮件地址

时间:2024-06-14 06:08:42
【文件属性】:

文件名称:extract-email-address:从任意文本输入中提取电子邮件地址

文件大小:10KB

文件格式:ZIP

更新时间:2024-06-14 06:08:42

email regex extract JavaScript

提取电子邮件地址 :e-mail: 从任意文本输入中提取电子邮件地址。 原料药 import extractEmail from 'extract-email-address' ; import type { EmailMatchType , } from 'extract-email-address' ; extractEmail ( input : string ) : $ReadOnlyArray < EmailMatchType> ; 用法 import extractEmail from 'extract-email-address' ; extractEmail ( 'extracts email from anywhere within the input gajus@gajus.com' ) ; // [{email: 'gajus@gajus.com'}] extract


【文件预览】:
extract-email-address-master
----.travis.yml(313B)
----.eslintrc(81B)
----.babelrc(267B)
----.flowconfig(59B)
----package.json(2KB)
----.README()
--------README.md(3KB)
----test()
--------.eslintrc(143B)
--------extract-email-address()
----LICENSE(1KB)
----src()
--------index.js(105B)
--------normalizeInput.js(656B)
--------extractEmail.js(820B)
--------types.js(64B)
----.npmignore(36B)
----.gitignore(165B)
----README.md(3KB)
----.editorconfig(147B)

网友评论