Completion requirements
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 subsring
methods to create an interactive program with the user.
Source: J David Eisenberg, https://www.youtube.com/watch?v=sve6rP3hN7U This work is licensed under a Creative Commons Attribution 3.0 License.
Last modified: Monday, 21 August 2023, 10:48 PM