I am working on a task where I have to manipulate some data in input fields that have similar named and ID'd elements.
let's just say things like ID_1 ID_2 or SCH_name SCH_start SCH_end. If I wanted to for example hide all those input fields based on their ID prefix is there something like a "contains" that would do that?