@Test
public void getNumber(){
String data = "The weather is good today and it is my 35th birthday";
System.out.println(data.replaceAll("[a-zA-Z]", "").trim());
}
@Test
public void getNumber(){
String data = "The weather is good today and it is my 35th birthday";
System.out.println(data.replaceAll("[a-zA-Z]", "").trim());
}