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

StringUtils.create_random_alpha_string の生成する文字の上限を廃止 #21

Conversation

TakuyaNoguchi
Copy link
Contributor

  • 文字集合から1文字ずつしか使用出来ない、という挙動となっていたため修正前は以下のような制約があった
    • 英小文字の場合: 上限26文字
    • 英大・小文字の場合: 上限52文字

* 文字集合から1文字ずつしか使用出来ない、という挙動となっていたため修正前は以下のような制約があった
  * 英小文字の場合: 上限26文字
  * 英大・小文字の場合: 上限52文字
@TakuyaNoguchi TakuyaNoguchi force-pushed the remove_character_restriction_of_create_random_alpha_string branch from 7d6d87c to 5618542 Compare May 19, 2022 05:40
@TakuyaNoguchi TakuyaNoguchi merged commit 36ef776 into maedadev:main May 19, 2022
@TakuyaNoguchi TakuyaNoguchi deleted the remove_character_restriction_of_create_random_alpha_string branch May 19, 2022 05:46
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

Successfully merging this pull request may close these issues.

2 participants