Horje
first character string number java Code Example
first character string number java
String myString = "1253";
if(Character.isDigit(myString.charAt(0))){
 	System.out.println("First character of string is a number");
}
else{
	System.out.println("First character of string is not a number");
}




Java

Related
calculating the percentile in java Code Example calculating the percentile in java Code Example
edittext editable false android java Code Example edittext editable false android java Code Example
inline intent to jump new activity Code Example inline intent to jump new activity Code Example
nsxt resource relationships in java Code Example nsxt resource relationships in java Code Example
darkhub Code Example darkhub Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7