🔨 Find links from Google Docs in string or file
npm install find-google-docs-in-string






🔨 Find links from Google Docs in string or file
Installation
``bash`
npm install find-google-docs-in-string
`javascript
const findGoogleDocs = require('find-google-docs-in-string');
const links = findGoogleDocs(
https://docs.google.com/document/d/super-uniq-id-2/edit
https://google.com/search?q=cookie
);
console.log(links);
// - https://docs.google.com/document/d/super-uniq-id/edit
// - https://docs.google.com/document/d/super-uniq-id-2/edit
`
Installation
`bash`
npm install -g find-google-docs-in-string
`bash``
find-google-docs-in-string /path/to/text/file
The MIT License @ 2019