find-google-docs-in-string
v1.2.0
Published
🔨 Find links from Google Docs in string or file
Maintainers
Readme
find-google-docs-in-string
🔨 Find links from Google Docs in string or file

Usage
Installation
npm install find-google-docs-in-stringconst { find } = require('find-google-docs-in-string');
const links = find(
`
<https://docs.google.com/document/d/super-uniq-id/edit>
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/editCLI
Installation
npm install -g find-google-docs-in-stringfind-google-docs-in-string /path/to/text/fileRelated
License
The MIT License @ 2026
