All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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