import java.util.regex.Pattern; public class InInjection { static final Pattern p = Pattern.compile("\\d+") }