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

Adding basic string types - NonEmptyString, Character #228

Open
yuti01 opened this issue Oct 18, 2024 · 3 comments
Open

Adding basic string types - NonEmptyString, Character #228

yuti01 opened this issue Oct 18, 2024 · 3 comments

Comments

@yuti01
Copy link

yuti01 commented Oct 18, 2024

I have found myself declaring simple string types a lot and thought it would be nice to have them here.
I suggest adding the following types:

  • NonEmptyString to indicate some string cannot be empty
  • Character type to indicate a string has length of exactly 1.

What do you think? Is it too pedantic? Would you use these types?

@RonMoshe
Copy link

Sounds great!
I often define these types myself, it would be really useful.

@Ilai-Dabush
Copy link

These must be very common then
I thought I was the only one using these until I've seen your issue!

@almogtavor
Copy link

almogtavor commented Oct 18, 2024

tbh I think these types would even fit the main pydantic lib. The char type is classic and is a built-in in C & Java. The non empty string is also a great idea and would be super useful

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

4 participants