The implementation of {@link TransformationService} which transforms the input by Regular Expressions.
Note: the given Regular Expression must contain exactly one group! @author Thomas.Eichstaedt-Engelen @since 0.7.0
24252627282930
private RegExTransformationService processor; @Before public void init() { processor = new RegExTransformationService(); }