{"id":26908533,"url":"https://github.com/nadermohamed325/str_me","last_synced_at":"2025-06-20T10:33:52.280Z","repository":{"id":213339045,"uuid":"733631659","full_name":"NaderMohamed325/Str_me","owner":"NaderMohamed325","description":"My String Implementation ","archived":false,"fork":false,"pushed_at":"2024-03-13T21:09:04.000Z","size":13,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-01T12:16:03.706Z","etag":null,"topics":["clanguage","string-manipulation"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NaderMohamed325.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-12-19T19:10:16.000Z","updated_at":"2024-03-18T22:33:53.000Z","dependencies_parsed_at":"2023-12-20T14:38:10.541Z","dependency_job_id":"80de0991-b09a-412a-8b16-e58f311e7662","html_url":"https://github.com/NaderMohamed325/Str_me","commit_stats":null,"previous_names":["nadermohamed325/str_me"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NaderMohamed325/Str_me","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NaderMohamed325%2FStr_me","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NaderMohamed325%2FStr_me/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NaderMohamed325%2FStr_me/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NaderMohamed325%2FStr_me/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NaderMohamed325","download_url":"https://codeload.github.com/NaderMohamed325/Str_me/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NaderMohamed325%2FStr_me/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260927232,"owners_count":23083982,"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":["clanguage","string-manipulation"],"created_at":"2025-04-01T12:16:05.741Z","updated_at":"2025-06-20T10:33:47.265Z","avatar_url":"https://github.com/NaderMohamed325.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# String Manipulation Library\n\n\nThis library provides a set of functions for manipulating strings in C. It includes functions for string length calculation, concatenation, copying, comparison, memory searching, and more.\n\n## Table of Contents\n\n- [Functions](#functions)\n- [Usage](#usage)\n- [Contributing](#contributing)\n\n\n## Functions\n\n### `int Str_len(const char *str)`\n\nCalculate the length of a string.\n\n### `char *Str_concatenate(const char *str1, const char *str2)`\n\nConcatenate two strings.\n\n### `char *Str_copy(const char *Father, char *Child)`\n\nCopy a string to another.\n\n### `char *Str_copy_n(const char *Father, char *Child, int n)`\n\nCopy up to 'n' characters from the source string to the destination string.\n\n### `int Str_compare(const char *str1, const char *str2)`\n\nCompare two strings.\n\n### `void *Str_memchr(const void *str, int c, int len)`\n\nSearch for a character in a block of memory.\n\n### `char *Str_concatenate_n(const char *str1, char *str2, int n)`\n\nConcatenate the first 'n' characters of str1 to str2.\n\n### `void Str_swap(char *str1, char *str2)`\n\nSwap the contents of two strings.\n\n### `long Str_string_to_integer(char *str, int base)`\n\nConverts a string representation of an integer to a long integer with a specified base.\n\n### `char* Str_Revers_String(const char *str)`\n\nReverses a string and returns the reversed string.\n\n## Usage\n\nTo use this library in your C project, follow these steps:\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/NaderMohamed325/Str_me\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnadermohamed325%2Fstr_me","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnadermohamed325%2Fstr_me","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnadermohamed325%2Fstr_me/lists"}