{"id":26514604,"url":"https://github.com/joao-neves95/regexquery","last_synced_at":"2025-03-21T05:19:20.404Z","repository":{"id":57352279,"uuid":"256834804","full_name":"joao-neves95/RegexQuery","owner":"joao-neves95","description":"Regular expressions in English","archived":false,"fork":false,"pushed_at":"2020-04-25T18:47:47.000Z","size":2306,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-10T15:56:13.006Z","etag":null,"topics":["commonjs","csharp","dotnet","dotnet-core","dotnet-standard","javascript","library","regex","regular-expressions","typescript","umd"],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/joao-neves95.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-04-18T19:21:44.000Z","updated_at":"2023-03-10T07:19:32.000Z","dependencies_parsed_at":"2022-09-15T23:10:36.445Z","dependency_job_id":null,"html_url":"https://github.com/joao-neves95/RegexQuery","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joao-neves95%2FRegexQuery","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joao-neves95%2FRegexQuery/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joao-neves95%2FRegexQuery/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joao-neves95%2FRegexQuery/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joao-neves95","download_url":"https://codeload.github.com/joao-neves95/RegexQuery/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244740409,"owners_count":20502077,"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":["commonjs","csharp","dotnet","dotnet-core","dotnet-standard","javascript","library","regex","regular-expressions","typescript","umd"],"created_at":"2025-03-21T05:19:19.840Z","updated_at":"2025-03-21T05:19:20.397Z","avatar_url":"https://github.com/joao-neves95.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RegexQuery\n\nRegular expressions in english.\n\n---\n\n## RegexQueryCSharp\n\n### Installing\n\n[nugget](https://www.nuget.org/packages/RegexQuery)\n\n`dotnet add package RegexQuery`\n\n\u0026nbsp;\n\n### Example\n\n```c\npublic static void Main()\n{\n    string regexQuery1 = new RegexQuery().ADate()\n                                         .BeginFollowedBy()\n                                             .ASpace()\n                                             .ANewLine()\n                                         .EndGroup()\n                                         .ToString();\n}\n```\n\n### API\n\n[C# API README](https://github.com/joao-neves95/RegexQuery/blob/master/RegexQueryCSharp/README.md)\n\n\u0026nbsp;\n\n---\n\n## RegexQueryJS\n\n### Installing\n\n#### npm\n\n[npm](https://www.npmjs.com/package/regex-query-js)\n\n`npm install regex-query-js`\n\n#### Browser\n\nUse the file \"`dist/RegexQuery.min.js`\" inside the npm package.\n\n\u0026nbsp;\n\n### Example\n\n#### CommonJS environments, that support module.exports\n\n```js\nconst { RegexQuery, RegexTokens } = require( 'regex-query' );\n\nconsole.log( new RegexQuery().AnyOf$1( '#%\u0026£§€' ).toString() );\n\nconsole.log(\n  new RegexQuery().ADate()\n                  .BeginFollowedBy()\n                    .ASpace()\n                    .ANewLine()\n                  .EndGroup()\n                  .toString()\n);\n\nconsole.log( RegexTokens.NotWord );\n\n```\n\n#### On the Browser (window)\n\n```js\nconsole.log( new RegexQuery().AnyOf$1( '#%\u0026£§€' ).toString() );\nconsole.log( RegexTokens.NotWord );\n```\n\n### API\n\n[JavaScript/Typescript API README](https://github.com/joao-neves95/RegexQuery/blob/master/RegexQueryJS/README.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoao-neves95%2Fregexquery","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoao-neves95%2Fregexquery","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoao-neves95%2Fregexquery/lists"}