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

transform: Add case-changing transforms #9761

Closed
wants to merge 4 commits into from

Commits on Nov 9, 2023

  1. detect/transform: Add case-change transform constants

    Add the constants for the to_lowercase and to_uppercase transforms
    
    Issue: 6439
    jlucovsky committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    089a6c5 View commit details
    Browse the repository at this point in the history
  2. detect/transform: Add case changing transforms

    This commit adds the implementation for the case changing transforms:
    to_lowercase and to_uppercase
    
    Issue: 6439
    jlucovsky committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    4c223c7 View commit details
    Browse the repository at this point in the history
  3. doc/transform: Document case-changing transforms.

    Issue: 6439
    jlucovsky committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    60a7059 View commit details
    Browse the repository at this point in the history
  4. detect/transform: Register case-change transforms

    Issue: 6439
    jlucovsky committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    3d94b94 View commit details
    Browse the repository at this point in the history