Finding a Boolean that Is Part of an Input String January 9, 2018 Ever wanted to find a boolean that is available as part of the input string? The following code snippet helps you do it quickly. import java.util.*;public class ScannerUtils { public