{"id":17256638,"url":"https://github.com/princemaple/regex-talk","last_synced_at":"2026-01-06T11:52:09.164Z","repository":{"id":146577734,"uuid":"24309666","full_name":"princemaple/regex-talk","owner":"princemaple","description":"In house regex talk","archived":false,"fork":false,"pushed_at":"2014-09-25T15:52:37.000Z","size":124,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-17T20:13:30.799Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/princemaple.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":"2014-09-22T01:13:43.000Z","updated_at":"2014-09-22T01:13:43.000Z","dependencies_parsed_at":"2023-03-25T21:35:39.968Z","dependency_job_id":null,"html_url":"https://github.com/princemaple/regex-talk","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/princemaple%2Fregex-talk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/princemaple%2Fregex-talk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/princemaple%2Fregex-talk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/princemaple%2Fregex-talk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/princemaple","download_url":"https://codeload.github.com/princemaple/regex-talk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245615024,"owners_count":20644378,"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":[],"created_at":"2024-10-15T07:14:58.524Z","updated_at":"2026-01-06T11:52:09.134Z","avatar_url":"https://github.com/princemaple.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"Regex Talk\n==========\n\nIn house regex talk, Zendesk Melbourne\n\n### Useful links\n- Info\n  - [The best regex info site](http://www.regular-expressions.info/) - http://www.regular-expressions.info/\n- Tools\n  - [Shows graph](http://www.regexper.com/) - http://www.regexper.com/\n  - [Test regex](https://www.debuggex.com/) - https://www.debuggex.com/\n  - [Test regex](http://www.regexr.com/) - http://www.regexr.com/\n    - cheatsheet\n    - reference\n    - examples\n  - [Test regex](http://rubular.com/) - http://rubular.com/\n    - Ruby\n  - [Test and explanation](http://regex101.com/) - http://regex101.com/\n    - formatting tool\n    - code generator\n\n### Language specific references\n- [Ruby Regexp](http://www.ruby-doc.org/core-2.1.3/Regexp.html)\n- [Python re](https://docs.python.org/2/library/re.html)\n- [JS MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions)\n\n### Exercises\n- https://www.hackerrank.com/challenges/detecting-valid-latitude-and-longitude\n- https://www.hackerrank.com/challenges/ip-address-validation\n- https://www.hackerrank.com/challenges/detect-the-domain-name\n\n#### Code templates\n```ruby\nARGV.readlines.each do |line|\n  # regex match\n  # prints output\nend\n```\n\n```python\nimport re\nimport sys\n\nfor line in sys.stdin:\n  # regex match\n  # prints output\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprincemaple%2Fregex-talk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprincemaple%2Fregex-talk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprincemaple%2Fregex-talk/lists"}