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

Add function Strings.contains #4493

Merged
merged 6 commits into from
Nov 11, 2024
Merged

Commits on Oct 27, 2024

  1. Add function Strings.contains

    m-kessler authored and beutlich committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    b6069c3 View commit details
    Browse the repository at this point in the history
  2. Return true for empty search strings of Strings.contains

    In accordance with python, java, etc.
    m-kessler authored and beutlich committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    9ff162b View commit details
    Browse the repository at this point in the history
  3. Add tests for Strings.contains

    m-kessler authored and beutlich committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    774aec9 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Fix documentation

    beutlich committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    93f22af View commit details
    Browse the repository at this point in the history
  2. Fix documentation

    Co-authored-by: tobolar <[email protected]>
    beutlich and tobolar authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    b255690 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Update documentation

    Co-authored-by: tobolar <[email protected]>
    beutlich and tobolar authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    253a3e4 View commit details
    Browse the repository at this point in the history