Example in Action: Manipulating String Objects

When working with Strings you may need to focus on only a section of the string. The substring method allows you to break a String into smaller parts. In this video example, we will walk through how to use the indexOf and subsringmethods to create an interactive program with the user.


Source: J David Eisenberg, https://www.youtube.com/watch?v=sve6rP3hN7U
Creative Commons License This work is licensed under a Creative Commons Attribution 3.0 License.

Last modified: Monday, August 21, 2023, 10:48 PM