Deprecated API

Deprecated Methods
org.eclipse.cdt.dstore.core.util.regex.text.regex.Util.split(PatternMatcher, Pattern, String)
          Use Util.split(Collection, PatternMatcher, Pattern, String) instead. 
org.eclipse.cdt.dstore.core.util.regex.text.regex.Util.split(PatternMatcher, Pattern, String, int)
          Use Util.split(Collection, PatternMatcher, Pattern, String, int) instead. 
org.eclipse.cdt.dstore.core.util.regex.text.perl.Perl5Util.split(String, String)
          Use Perl5Util.split(Collection results, String pattern, String input) instead. 
org.eclipse.cdt.dstore.core.util.regex.text.perl.Perl5Util.split(String, String, int)
          Use Perl5Util.split(Collection results, String pattern, String input, int limit) instead.