Class DateTimeScrubber

java.lang.Object
org.approvej.scrub.RegexScrubber
org.approvej.scrub.DateTimeScrubber
All Implemented Interfaces:
Function<String,String>, UnaryOperator<String>, Scrubber<String>

@NullMarked public class DateTimeScrubber extends RegexScrubber
Special RegexScrubber to scrub date/time strings described by a DateTimeFormatter pattern like "yyyy-MM-dd" for local dates.