Rename RegularExpressions to Regexes throughout repository#55
Open
Rename RegularExpressions to Regexes throughout repository#55
Conversation
Adding CLAUDE.md with task information for AI processing. This file will be removed when the task is complete. Issue: #37
Complete refactoring of the repository to rename Platform.RegularExpressions.Transformer to Platform.Regexes.Transformer as requested in issue #37. Changes include: - Renamed all C# namespaces from Platform.RegularExpressions.Transformer to Platform.Regexes.Transformer - Renamed project directories: Platform.RegularExpressions.Transformer → Platform.Regexes.Transformer - Renamed project files: Platform.RegularExpressions.Transformer.csproj → Platform.Regexes.Transformer.csproj - Updated assembly names, package IDs, and NuGet metadata in project files - Updated solution file references to point to renamed projects - Updated Python setup.py URLs to match new repository structure - Updated README.md with all new URLs, package names, and documentation links - Preserved System.Text.RegularExpressions imports (unchanged as they reference .NET framework) Tests: All 9 tests pass, solution builds successfully with no errors Fixes #37 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🎯 Issue Reference
Fixes #37
📝 Summary
Complete refactoring of the repository to rename
Platform.RegularExpressions.TransformertoPlatform.Regexes.Transformeras requested in issue #37. This provides a shorter, more concise naming convention while maintaining full functionality.🔧 Changes Made
C# Code Changes
Platform.RegularExpressions.TransformertoPlatform.Regexes.Transformer(19 files)Platform.RegularExpressions.Transformer/→Platform.Regexes.Transformer/Platform.RegularExpressions.Transformer.Tests/→Platform.Regexes.Transformer.Tests/.csprojand.slnfiles accordinglyDocumentation & Configuration
System.Text.RegularExpressionsimports unchanged (they reference the .NET framework)✅ Verification
📋 Files Changed
🧪 Test Results
🤖 Generated with Claude Code