Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (102)
JavaBeans (21)
JDBC (121)
JDK (426)
JSP (20)
Logging (108)
Mail (58)
Messaging (8)
Network (84)
PDF (97)
Report (7)
Scripting (84)
Security (32)
Server (121)
Servlet (26)
SOAP (24)
Testing (54)
Web (15)
XML (322)
Collections:
Other Resources:
java.base/java.util.regex.PrintPattern - Regex Pattern Parser
How to run "java.base/java.util.regex.PrintPattern" tool from JDK lib\modules JImage file?
✍: FYIcenter
"java.base/java.util.regex.PrintPattern" tool allows you
to parse a regular expression pattern and print out its components.
"java.base/java.util.regex.PrintPattern" tool is supported by the jmods\jdk.base.jmod module file, which is also linked into the lib\modules JImage file.
"java.base/java.util.regex.PrintPattern" tool using the lib\modules JImage file as described below:
fyicenter> %JDK_HOME%\bin\java --module java.base/java.util.regex.PrintPattern
^\D\w+(\.\w+)*[@]\w+(\.\w+)*\.[a-zA-Z]{2,4}$
Pattern: \D\w+(\.\w+)*[@]\w+(\.\w+)*\.[a-zA-Z]{2,4}$
0: <Start>
1: <CharProperty>
2: <BmpCharPropertyGreedy Single "ASCII.WORD"+>
3: <Prolog>
4: <Loop * >
5: <Group.head 1>
6: <BmpCharProperty>
7: <BmpCharPropertyGreedy Single "ASCII.WORD"+>
8: </Group.tail 1> < (=>%d)>
</Loop>
9: <BmpCharProperty>
10: <BmpCharPropertyGreedy Single "ASCII.WORD"+>
11: <Prolog>
12: <Loop * >
13: <Group.head 2>
14: <BmpCharProperty>
15: <BmpCharPropertyGreedy Single "ASCII.WORD"+>
16: </Group.tail 2> < (=>%d)>
</Loop>
17: <BmpCharProperty>
18: <Curly GREEDY {2, 4}>
19: <BmpCharProperty>
</Curly>
20: <Dollar>
21: <END>
⇒ java.base/sun.security.tools.keytool.Main - "keytool" Command
⇐ java.base/com.sun.java.util.jar.pack.Driver - Pack200 Tool
2019-10-18, ∼2591🔥, 0💬
Popular Posts:
JDK 17 jdk.crypto.cryptoki.jmod is the JMOD file for JDK 17 Crypto Cryptoki module. JDK 17 Crypto KI...
JDK 11 java.security.jgss.jmod is the JMOD file for JDK 11 Security JGSS (Java Generic Security Serv...
maven-model-builder-3.5. 4.jaris the JAR file for Apache Maven 3.5.4 Model Builder module. Apache Ma...
JDK 11 jdk.javadoc.jmod is the JMOD file for JDK 11 Java Document tool, which can be invoked by the ...
JDK 11 jdk.scripting.nashorn.jm odis the JMOD file for JDK 11 Scripting Nashorn module. JDK 11 Scrip...