Package org.approvej.scrub
Class InstantScrubber
java.lang.Object
org.approvej.scrub.InstantScrubber
Scrubs a
String by replacing all occurrences of a date time pattern.-
Method Summary
Modifier and TypeMethodDescriptionstatic RegexScrubberinstants(DateTimeFormatter dateFormatPattern) CreatesRegexScrubberto replace date strings of the given pattern.
-
Method Details
-
instants
CreatesRegexScrubberto replace date strings of the given pattern.- Parameters:
dateFormatPattern- aDateTimeFormatterto parse the dates- Returns:
- a new
InstantScrubberwith the givenDateTimeFormatter.
-