{"id":21214747,"url":"https://github.com/regexhq/word-regex","last_synced_at":"2025-07-10T10:30:34.674Z","repository":{"id":57399005,"uuid":"42925071","full_name":"regexhq/word-regex","owner":"regexhq","description":"Regular expression for matching words in a string. Support for english, CJK and Cyrillic.","archived":false,"fork":false,"pushed_at":"2018-09-12T09:49:16.000Z","size":19,"stargazers_count":18,"open_issues_count":2,"forks_count":1,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-06-20T03:43:13.373Z","etag":null,"topics":["regex","regular-expression","word"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/regexhq.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-09-22T09:39:40.000Z","updated_at":"2024-12-08T08:53:46.000Z","dependencies_parsed_at":"2022-09-13T21:13:13.046Z","dependency_job_id":null,"html_url":"https://github.com/regexhq/word-regex","commit_stats":null,"previous_names":["regexps/word-regex"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/regexhq/word-regex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/regexhq%2Fword-regex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/regexhq%2Fword-regex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/regexhq%2Fword-regex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/regexhq%2Fword-regex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/regexhq","download_url":"https://codeload.github.com/regexhq/word-regex/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/regexhq%2Fword-regex/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264565686,"owners_count":23629019,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["regex","regular-expression","word"],"created_at":"2024-11-20T21:30:37.262Z","updated_at":"2025-07-10T10:30:34.399Z","avatar_url":"https://github.com/regexhq.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# word-regex [![NPM version](https://img.shields.io/npm/v/word-regex.svg?style=flat)](https://www.npmjs.com/package/word-regex) [![NPM monthly downloads](https://img.shields.io/npm/dm/word-regex.svg?style=flat)](https://npmjs.org/package/word-regex)  [![NPM total downloads](https://img.shields.io/npm/dt/word-regex.svg?style=flat)](https://npmjs.org/package/word-regex) [![Linux Build Status](https://img.shields.io/travis/regexhq/word-regex.svg?style=flat\u0026label=Travis)](https://travis-ci.org/regexhq/word-regex)\n\n\u003e Regular expression for matching words in a string. Support for english, CJK and Cyrillic.\n\n## Install\n\nInstall with [npm](https://www.npmjs.com/):\n\n```sh\n$ npm install --save word-regex\n```\n\n## Usage\n\n```js\nvar regex = require('word-regex')();\n\n'match words.'.match(regex);\n//=\u003e ['match', 'words']\n'match words, again.'.match(regex);\n//=\u003e ['match', 'words', 'again']\n```\n\n## About\n\n### Related projects\n\n* [copyright-regex](https://www.npmjs.com/package/copyright-regex): Regex for matching and parsing copyright statements. | [homepage](https://github.com/regexps/copyright-regex \"Regex for matching and parsing copyright statements.\")\n* [is-equal-regex](https://www.npmjs.com/package/is-equal-regex): Returns true if regular expression A is equal to regex B. Compares the expression and… [more](https://github.com/jonschlinkert/is-equal-regex) | [homepage](https://github.com/jonschlinkert/is-equal-regex \"Returns true if regular expression A is equal to regex B. Compares the expression and flags.\")\n* [todo-regex](https://www.npmjs.com/package/todo-regex): Regular expression for matching TODO statements in a string. | [homepage](https://github.com/regexps/todo-regex \"Regular expression for matching TODO statements in a string.\")\n* [whitespace-regex](https://www.npmjs.com/package/whitespace-regex): Regular expression for matching the whitespace in a string. | [homepage](https://github.com/regexps/whitespace-regex \"Regular expression for matching the whitespace in a string.\")\n\n### Contributing\n\nPull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new).\n\n### Building docs\n\n_(This document was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme) (a [verb](https://github.com/verbose/verb) generator), please don't edit the readme directly. Any changes to the readme must be made in [.verb.md](.verb.md).)_\n\nTo generate the readme and API documentation with [verb](https://github.com/verbose/verb):\n\n```sh\n$ npm install -g verb verb-generate-readme \u0026\u0026 verb\n```\n\n### Running tests\n\nInstall dev dependencies:\n\n```sh\n$ npm install -d \u0026\u0026 npm test\n```\n\n### Author\n\n**Jon Schlinkert**\n\n* [github/jonschlinkert](https://github.com/jonschlinkert)\n* [twitter/jonschlinkert](http://twitter.com/jonschlinkert)\n\n### License\n\nCopyright © 2016, [Jon Schlinkert](https://github.com/jonschlinkert).\nReleased under the [MIT license](https://github.com/regexps/word-regex/blob/master/LICENSE).\n\n***\n\n_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.2.0, on December 07, 2016._\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fregexhq%2Fword-regex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fregexhq%2Fword-regex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fregexhq%2Fword-regex/lists"}