Skip to content

Expand String functions#77

Open
TheSyscall wants to merge 8 commits into
mainfrom
str-isempty
Open

Expand String functions#77
TheSyscall wants to merge 8 commits into
mainfrom
str-isempty

Conversation

@TheSyscall
Copy link
Copy Markdown

@TheSyscall TheSyscall commented May 27, 2026

Add some static methods to the Str class.

  • endsWith as the counterpart to the existing startsWith
  • contains to have a case independent version of str_contains
  • containsAny and containsAll to quickly compare against an array of strings
  • isEmpty to reliably check for empty strings

@cla-bot cla-bot Bot added the cla/signed label May 27, 2026
@TheSyscall TheSyscall changed the title Str Expand String functions May 27, 2026
Al2Klimov

This comment was marked as resolved.

Copy link
Copy Markdown
Member

@Al2Klimov Al2Klimov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please hand over to the next reviewer ASAP!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants