1.0.13 • Published 8 months ago

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

Weekly downloads
2
License
MIT
Repository
github
Last release
8 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

8 months ago

1.0.12

10 months ago

1.0.11

11 months ago

1.0.9

11 months ago

1.0.8

11 months ago

1.0.10

11 months ago

1.0.7

11 months ago

1.0.6

11 months ago

1.0.5

11 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