Skip to content

Fix title function doesn't support incoming strings containing a section of uppercase letters#440

Open
shiliuzi8686 wants to merge 5 commits into
sodiray:masterfrom
shiliuzi8686:master
Open

Fix title function doesn't support incoming strings containing a section of uppercase letters#440
shiliuzi8686 wants to merge 5 commits into
sodiray:masterfrom
shiliuzi8686:master

Conversation

@shiliuzi8686

Copy link
Copy Markdown

Description

title function doesn't support incoming strings containing a section of uppercase letters
image

Checklist

  • Changes are covered by tests if behavior has been changed or added
  • Tests have 100% coverage
  • If code changes were made, the version in package.json has been bumped (matching semver)
  • If code changes were made, the yarn build command has been run and to update the cdn directory
  • If code changes were made, the documentation (in the /docs directory) has been updated

Resolves

Resolves #439

@vercel

vercel Bot commented Dec 10, 2024

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
radash-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 10, 2024 9:21am

@shiliuzi8686

shiliuzi8686 commented Dec 10, 2024

Copy link
Copy Markdown
Author

I seem to have misinterpreted the meaning of this issue,

The practical effect so far is:
title('ABC') -> A B C
title('WCBA_active') ==> W C B A Active

I think it should be:
title('ABC') -> Abc
title('WCBA_active') ==> Wcba Active

But this issue thinks that:
title('ABC') -> ABC
title('WCBA_active') ==> WCBA Active

I think this needs to be at the discretion of the program manager, and then I'll make the next change

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