Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename RegularExpressions to Regexes in this repository and all dependent repositories #37

Open
Konard opened this issue Oct 6, 2020 · 4 comments

Comments

@Konard
Copy link
Member

Konard commented Oct 6, 2020

No description provided.

@Konard Konard transferred this issue from linksplatform/RegularExpressions.Transformer.CSharpToCpp Jun 4, 2021
@Ethosa
Copy link
Contributor

Ethosa commented Jan 11, 2022

maybe RegExs sounds better?
RegEx - RegularExpression
RegExs - RegularExpressions
or just RegExes instead of Regexes

@Konard
Copy link
Member Author

Konard commented Jan 15, 2022

This is what the pain looks like.

Screenshot_20220115_140542

@Konard
Copy link
Member Author

Konard commented Jan 15, 2022

maybe RegExs sounds better? RegEx - RegularExpression RegExs - RegularExpressions or just RegExes instead of Regexes

@Ethosa in C# it is common to see Regex word, we cannot use this one to avoid conflict with this class name, but we can use Regexes. In English, it should sound the same, the only difference you would like to add is to use name upper case E letter?
https://docs.microsoft.com/en-us/dotnet/api/system.text.regularexpressions.regex?view=net-6.0

@Konard
Copy link
Member Author

Konard commented Jan 15, 2022

An even better could be to rename RegularExpressions.Transformer to just Transformer. And use Regexes as namespace for Transformer.Text.Regexes. Because we can use not only regular expression to transform text, but also for example PEG or other algorithms, or just any function what receives text and returns text.
We can use transformations not only for text, but also for binary data or links data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants