Deprecated Methods |
org.apache.oro.text.regex.Util.split(PatternMatcher, Pattern, String)
Use Util.split(List, PatternMatcher, Pattern, String)
instead. |
org.apache.oro.text.regex.Util.split(PatternMatcher, Pattern, String, int)
Use Util.split(List, PatternMatcher, Pattern, String, int)
instead. |
org.apache.oro.text.perl.Perl5Util.split(String, String)
Use Perl5Util.split(List results, String pattern, String input)
instead. |
org.apache.oro.text.perl.Perl5Util.split(String, String, int)
Use
Perl5Util.split(List results, String pattern, String input, int limit)
instead. |