utsupport.Main Maven / Gradle / Ivy
package utsupport;
public class Main
{
public static void main(String[] args)
{
System.out.println("Hot.HotDog".replaceAll("Hot\\.", "Toe"));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy