Hi. i am new to java and just starting to learn how it works.
My problem now is, i need a very simple code, that shows a window, where u enter a string, and by pressing a button, it runs various checks on that strings (if it contains uppercase chars, digits, special case chars etc) and then displays a text with the results. Also, if possible a way to check if a string is included in a line of a text file
I am still confused how to work with strings. I think it will be very informative to me. I checked the net and could'nt find a clear way to do this.
My problem now is, i need a very simple code, that shows a window, where u enter a string, and by pressing a button, it runs various checks on that strings (if it contains uppercase chars, digits, special case chars etc) and then displays a text with the results. Also, if possible a way to check if a string is included in a line of a text file
I am still confused how to work with strings. I think it will be very informative to me. I checked the net and could'nt find a clear way to do this.
Comment