Java Programming Tutorial 16 - More String Methods (toLowerCase, strip, substring, repeat, equals)

preview_player
Показать описание


~~~~~~~~~~~~~~~ CONNECT ~~~~~~~~~~~~~~~

~~~~~~~~~~~~~~ SUPPORT ME ~~~~~~~~~~~~~~

🅑 Bitcoin - 3HnF1SWTzo1dCU7RwFLhgk7SYiVfV37Pbq
🅔 Eth - 0x350139af84b60d075a3a0379716040b63f6D3853
Рекомендации по теме
Комментарии
Автор

Finding this playlist super helpful. Thanks for putting this together!!

MikeKells
Автор

What's up with Claire!? Why won't she leave you alone?!

mitchelldunaway
Автор

Day 1 🙌 Done 16 out of 100, 84 more to go let's go! 🔥but at this point I'm more curious who is Claire than the next lesson hahahaha bcuz it's getting harder 😂

sulen
Автор

You can use repeat if you were to draw something. Like an arrow.

Pointer = "-";
If this then pointer.repeat(length).

It'll draw the pointer. Just as an example.

Ctube
Автор

i get more lols while learning java on this channel than anywhere else...
"Claire youre going to start sending me emails too --- seriously" 🤣

progtom
Автор

its amazing to me that this wonderful video has almost 36k views and has nothing but informative well taught java lessons and out of 36k views... you "only" receive 728 likes. obviously still a good amount but its crazy to me that more people who watch videos cant just hit the fucking thumbs up button lol. it takes less than a second to do. i pretty much thumbs up 99/100 videos i watch on youtube. thank you Caleb

ashanlingam
Автор

caleb bro u have got to tell what song that is in the outro

shiwangkhera
Автор

Awesome video btw! Looks like I do not have string methods such as repeat or strip . When icon opens, I see substring and others, but no repeat or strip, so, it shows as red. How can I add more string methods to my java? Thanks!

alfa
Автор

I was certain you were going to do .contain in this lesson :D

Anhjje
Автор

So substring is basically slicing index, right? (I learned this in python)

tomcat
Автор

Eclipse will not recognize the strip method.


when I type:
The word strip is underlined and I get an error reading: The method strip() is undefined for the type string


Any help or insight would be greatly appreciated because this series has been very informative, I am learning a lot and would like to continue.

sebastianfrasher
Автор

This episode is the easiest one so far lol
Thank you caleb

michaelaalquino
Автор

System.out.println( “who is this Clair, and why is she back? It’s been over 4 years!! “)

anthonydavidson
Автор

im new to coding and anything to do with computers actually. my question is i am feeling really lost, when i follow along it makes sense, but if i was told to create the guess password on my own i would be so lost. Should i move on to the next lesson or not until i understand everything 100%. any advice? thanks

meditativecycle
Автор

When i tried to put it says that "The method repeat(int) is undefined for the type String"

kacperptak
Автор

I got a error for this


xception in thread "main" java.lang.Error: Unresolved compilation problem:
The method repeat(int) is undefined for the type String

at hello.main(hello.java:16)

facemonster
Автор

Strip is not identified in the netbeans IDE that am using, so now what ??? help

EvansDogbe
Автор

.strip doesn't remove newlines and tabs for me

maxwell
Автор

//why you can't do
System.out.println(password = guess);
//or
System.out.println(password == guess);
//It seems realy weird to me...

timotygielkens
Автор

5:19 pretty sure Claire tried to steal your facebook with that password

youtubeexpert