Class TrimConstantSubstring

Object
com.owenfeehan.pathpatternfinder.trim.constantsubstring.TrimConstantSubstring
All Implemented Interfaces:
TrimOperation<String>

public class TrimConstantSubstring
extends Object
implements TrimOperation<String>
Attempts to split a string by finding an identical sub-string in all strings, so long as it is always located at the same index (relative to left).
Author:
Owen Feehan