{"id":28213403,"url":"https://github.com/rushuiguan/expression","last_synced_at":"2025-06-11T17:31:55.165Z","repository":{"id":36211818,"uuid":"40516088","full_name":"RushuiGuan/expression","owner":"RushuiGuan","description":"c# expression parser and evaluator","archived":false,"fork":false,"pushed_at":"2024-12-09T00:59:56.000Z","size":1755,"stargazers_count":10,"open_issues_count":1,"forks_count":5,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-05-20T20:30:58.495Z","etag":null,"topics":["csharp","eval","expression","parser"],"latest_commit_sha":null,"homepage":"https://rushuiguan.github.io/expression","language":"C#","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/RushuiGuan.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-08-11T02:07:30.000Z","updated_at":"2025-04-02T13:35:00.000Z","dependencies_parsed_at":"2024-11-02T21:17:03.272Z","dependency_job_id":"5948b7a6-2c4c-4e9b-8157-b5aa1e9a4917","html_url":"https://github.com/RushuiGuan/expression","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/RushuiGuan/expression","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RushuiGuan%2Fexpression","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RushuiGuan%2Fexpression/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RushuiGuan%2Fexpression/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RushuiGuan%2Fexpression/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RushuiGuan","download_url":"https://codeload.github.com/RushuiGuan/expression/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RushuiGuan%2Fexpression/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259308157,"owners_count":22837974,"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":["csharp","eval","expression","parser"],"created_at":"2025-05-17T20:10:36.590Z","updated_at":"2025-06-11T17:31:55.159Z","avatar_url":"https://github.com/RushuiGuan.png","language":"C#","readme":"* v3.0.13\n\t* New operation GetJsonArrayItem\n\t\t* Provided a json array and an index, the operation will return the array item at the index.\n\t\t* example 1: GetJsonArrayItem('[1, 2, 3]', 1)\n\t\t\t* return value 2\n\t\t* example 2: GetJsonArrayItem('[1, 2, 3]', 3)\n\t\t\t* throw an ArgumentException since array index is out of bound\n* v3.0.12\n\t* New operation RegexCapture\n\t\t* RegexCapture can be used to extract part of a text string using regex pattern and capature groups.\n\t\t* Operands\n\t\t\t1. text to be parsed\n\t\t\t2. regex pattern\n\t\t\t3. group capture index (optional with the default of 0)\n\t\t* example 1: RegexCapture('abc123', '[a-z]+(\\\\d+)', 1)\n\t\t\t* returns 123\n\t\t* example 2: RegexCapture('abc123', '[a-z]+(\\\\d+)')\n\t\t\t* return abc123 because capture index is not specified and 0 is used by default\n\t\t* example 3: RegexCapture('abc123', '[a-z]+(\\\\d+)', 3)\n\t\t\t* throw an ArgumentException since capture index is out of bound\n* 3.0.11\n\t* New operation \n\t\t* Floor - The Floor operation calls C# Math.Floor.  It returns the largest integral value from the input double number.\n\t\t* Round - The Round operation calls C# Math.Round and use AwayFromZero rounding\n\t\t\t* Operands\n\t\t\t\t1. double value to be rounded\n\t\t\t\t2. number of fractional digits in the return value\n\t\t* UnixTimestamp2DateTime - Converts a Unix time expressed as the number of seconds that have elapsed since 1970-01-01T00:00:00Z to a DateTime value in UTC\n\t\t\t* Operands\n\t\t\t\t1. integer: number of seconds that have elapsed since 1970-01-01T00:00:00Z\n\t\t\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frushuiguan%2Fexpression","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frushuiguan%2Fexpression","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frushuiguan%2Fexpression/lists"}