Buscar
Estás en modo de exploración. debe iniciar sesión para usar MEMORY

   Inicia sesión para empezar


Por supuesto:

Programming Module (revision for friday's test)

» Iniciar este curso
(Practica preguntas similares gratis)
Pregunta:

What are the 7 key string manipulation functions and how do they work?

Autor: Hannah Qureshi



Respuesta:

Split – splits a string into an array of words, with some delimiter (i.e., space) Join – merges an array into a list Mid – allows you to ‘extract’ a substring from a string Left - allows you to ‘extract’ a substring starting from the left of a string Right - allows you to ‘extract’ a substring starting from the right of a string Find – allows you to ‘find’ the first index of a substring in a string Trim - allows you to ‘remove’ any leading or trailing ’whitespace’


0 / 5  (0 calificaciones)

1 answer(s) in total