{"id":19514603,"url":"https://github.com/jcoderpaul/javaextended-33-34","last_synced_at":"2026-06-11T02:31:33.807Z","repository":{"id":175331270,"uuid":"564794132","full_name":"JcoderPaul/JavaExtended-33-34","owner":"JcoderPaul","description":"RegEx: Example, OneSymbol, MultiSymbol, GroupNumber. StringSplit, StringReplaceAll, printf, Formatter. Section cheat sheet. For memory!","archived":false,"fork":false,"pushed_at":"2022-11-11T15:57:02.000Z","size":70,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-25T23:32:53.338Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/JcoderPaul.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-11-11T14:10:54.000Z","updated_at":"2022-11-11T15:16:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"31d4f2eb-5e70-4893-bee0-1bea61709181","html_url":"https://github.com/JcoderPaul/JavaExtended-33-34","commit_stats":null,"previous_names":["jcoderpaul/javaextended-33-34"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JcoderPaul/JavaExtended-33-34","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JcoderPaul%2FJavaExtended-33-34","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JcoderPaul%2FJavaExtended-33-34/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JcoderPaul%2FJavaExtended-33-34/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JcoderPaul%2FJavaExtended-33-34/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JcoderPaul","download_url":"https://codeload.github.com/JcoderPaul/JavaExtended-33-34/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JcoderPaul%2FJavaExtended-33-34/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34180147,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-10T23:37:00.377Z","updated_at":"2026-06-11T02:31:33.788Z","avatar_url":"https://github.com/JcoderPaul.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"### ******** Примеры работы RegEx ********\n\n[Less_33_ch_1_RegExOneSymbol](https://github.com/JcoderPaul/JavaExtended-33-34/tree/master/Less_33_ch_1_RegExOneSymbol/src/Less_33_ch_1_RegExOneSymbo) - простые примеры применения регулярных выражений;\n\n[Less_33_ch_2_RegExMultiSymbol](https://github.com/JcoderPaul/JavaExtended-33-34/tree/master/Less_33_ch_2_RegExMultiSymbol/src/Less_33_ch_2_RegExMultiSymbol) - примеры применения регулярных выражений со сложным синтаксисом;\n\n[Less_33_ch_3_RegExStringSplit](https://github.com/JcoderPaul/JavaExtended-33-34/tree/master/Less_33_ch_3_RegExStringSplit/src/Less_33_ch_3_RegExStringSplit) - примеры на применение метода *.split();\n\n[Less_33_ch_4_RegExExample](https://github.com/JcoderPaul/JavaExtended-33-34/tree/master/Less_33_ch_4_RegExExample/src/Less_33_ch_4_RegExExample) - всевозможные примеры на применение RegEx, описание внутри;\n\n[Less_33_ch_5_RegExStringReplaceAll](https://github.com/JcoderPaul/JavaExtended-33-34/tree/master/Less_33_ch_5_RegExStringReplaceAll/src/Less_33_ch_5_RegExStringReplaceAll) - примеры по применению *.replaceAll() и *.replaceFirst();\n\n[Less_33_ch_6_RegExGroupNumber](https://github.com/JcoderPaul/JavaExtended-33-34/tree/master/Less_33_ch_6_RegExGroupNumber/src/Less_33_ch_6_RegExGroupNumber) - примеры по использованию захваченных групп в RegEx;\n\n[Less_34_ch_1_Printf](https://github.com/JcoderPaul/JavaExtended-33-34/tree/master/Less_34_ch_1_Printf/src/Less_34_ch_1_Printf) - примеры по работе с методом *.printf();\n\n[Less_34_ch_2_StringFormat](https://github.com/JcoderPaul/JavaExtended-33-34/tree/master/Less_34_ch_2_StringFormat/src/Less_34_ch_2_StringFormat) - работа с классом Formatter;\n\nКраткий перевод документации:\n- [Matcher Class](https://github.com/JcoderPaul/JavaExtended-33-34/blob/master/Less_33_ch_1_RegExOneSymbol/src/Less_33_ch_1_RegExOneSymbo/MatcherClass.txt)\n- [Pattern Class](https://github.com/JcoderPaul/JavaExtended-33-34/blob/master/Less_33_ch_1_RegExOneSymbol/src/Less_33_ch_1_RegExOneSymbo/PatternClass.txt)\n- [RegEx Сonstructs](https://github.com/JcoderPaul/JavaExtended-33-34/blob/master/Less_33_ch_1_RegExOneSymbol/src/Less_33_ch_1_RegExOneSymbo/RegEx%D0%A1onstructs.txt)\n- [Method PrintF](https://github.com/JcoderPaul/JavaExtended-33-34/blob/master/Less_34_ch_1_Printf/src/Less_34_ch_1_Printf/MethodPrintF.txt)\n- [Class Formatter](https://github.com/JcoderPaul/JavaExtended-33-34/blob/master/Less_34_ch_1_Printf/src/Less_34_ch_1_Printf/ReadMe.txt)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcoderpaul%2Fjavaextended-33-34","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjcoderpaul%2Fjavaextended-33-34","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcoderpaul%2Fjavaextended-33-34/lists"}