searching a string in a string | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
- 1

searching a string in a string

how can i search a string in a array of string and delete the line witch that string is there?

17th Jan 2017, 9:06 AM
Matin Grimes
Matin Grimes - avatar
1 Respuesta
+ 4
loop through the array and compare the data to the string you are searching for then delete it.
17th Jan 2017, 9:48 AM
jay
jay - avatar