Skip to content

JIK STEM navigation

aegwenia/jik/hidden-text-report

Frontier Unlock 285 Ideal 300 CC0 1.0

Hidden inputs: text report

A private string example with multiple parameters, an empty edge case, and formatted output.

Acquire to open

Theory, examples, assessment, and private test answers stay inside the acquired repository copy.

Log in to acquire

Public source

Released under CC0 by the five-year publication rule.

(define (text-report text needle)
  [(string-downcase text)
   (string-length text)
   (string-contains? text needle)])