Java Screencast Tutorial 4 - String Methods

preview_player
Показать описание
In this tutorial:
- Strings and string indexes
- .indexOf
- .substring
- .charAt
- .length
- Using + with strings
Рекомендации по теме
Комментарии
Автор

Excellent. Best explanation video I have seen yet. Just to let you know, this video is good enough to have our professor post a link to it to help us understand this material. Thank you very much! This one I will not have to re-watch!

Seravager
Автор

Very good tutorial, thank you so much

MyStuff
Автор

wow dude this a great video, please keep doin this cause your doin a great job

stainless
Автор

TYVM i needed that substring method in a small program that I've made :)

gatoo
Автор

Thanks a lot men, , really very good video. :)

armenzakaryan
Автор

You should cover substring with a single parameter as well as lastIndexOf

louisfleming
Автор

How about the next instance of the char?

rakib.rahman
Автор

If i could just give some advice, in the future, avoid having distracting moving objects in the recording space like that itunes visualization. Good video though :)

Devilzin
Автор

How would I use only indexOf, lastIndexOf, and substring to extract hyphens from a string like this: --1 or 111-1111-111 ?
I'm stumped! HALP!

logistix