1.0.13 • Published 5 months ago

find-google-docs-in-string v1.0.13

Weekly downloads
2
License
MIT
Repository
github
Last release
5 months ago

find-google-docs-in-string

cli-available node version npm version downloads count size license github-ci

🔨 Find links from Google Docs in string or file

Usage

Installation

npm install find-google-docs-in-string
const findGoogleDocs = require('find-google-docs-in-string');
const links = findGoogleDocs(
    `
    <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/edit

CLI

Installation

npm install -g find-google-docs-in-string
find-google-docs-in-string /path/to/text/file

Related

License

The MIT License @ 2019

1.0.13

5 months ago

1.0.12

8 months ago

1.0.11

8 months ago

1.0.9

8 months ago

1.0.8

8 months ago

1.0.10

8 months ago

1.0.7

9 months ago

1.0.6

9 months ago

1.0.5

9 months ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago