function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Akshay MenseAkshay Mense 

How to filter the input text in array of strings in javascript

Hello, I have a requirement where i want to filter the array of strings to find the text matching input text. How to do it?
Vishwajeet kumarVishwajeet kumar
Hello,
String function can be used to match text with arrary elements text, a for loop can be used to iterate through array elements.

Thanks