| 程序包 | 说明 |
|---|---|
| org.apache.oro.text.regex |
This package used to be the OROMatcher library and provides both
generic regular expression interfaces and Perl5 regular expression
compatible implementation classes.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
Perl5Debug.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.
|
Copyright © 2022. All rights reserved.