类的使用
org.apache.oro.text.regex.Perl5Pattern
使用Perl5Pattern的程序包
程序包
说明
This package used to be the OROMatcher library and provides both
generic regular expression interfaces and Perl5 regular expression
compatible implementation classes.
-
org.apache.oro.text.regex中Perl5Pattern的使用
参数类型为Perl5Pattern的org.apache.oro.text.regex中的方法修饰符和类型方法说明static StringPerl5Debug.printProgram(Perl5Pattern regexp) This method prints to a String the bytecode program contained in a Perl5Pattern._ The program byte codes are identical to those generated by Perl5 with the -r option, but the offsets are different due to the different data structures used.