Java -String beginnt mit Substring


String blogName = "howtodoinjava.com";
         
blogName.startsWith("how")
         
Functional Platypus