Categories:
Audio (13)
Biotech (29)
Bytecode (35)
Database (77)
Framework (7)
Game (7)
General (512)
Graphics (53)
I/O (32)
IDE (2)
JAR Tools (86)
JavaBeans (16)
JDBC (89)
JDK (337)
JSP (20)
Logging (103)
Mail (54)
Messaging (8)
Network (71)
PDF (94)
Report (7)
Scripting (83)
Security (32)
Server (119)
Servlet (17)
SOAP (24)
Testing (50)
Web (19)
XML (301)
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 in JDK 9, 10, and 11.
"java.base/java.util.regex.PrintPattern" tool using the lib\modules JImage file as described below using JDK 11 as an example:
C:\fyicenter>set JDK_HOME=\fyicenter\jdk-11.0.1 C:\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, 1027👍, 0💬
Popular Posts:
Jackson is "the Java JSON library" or "the best JSON parser for Java". Or simply as "JSON for Java"....
How to download and install JDK (Java Development Kit) 8? If you want to write Java applications, yo...
JRE 8 plugin.jar is the JAR file for JRE 8 Java Control Panel Plugin interface and tools. JRE (Java ...
Java Architecture for XML Binding (JAXB) is a Java API that allows Java developers to map Java class...
Java Cryptography Extension 1.6 JAR File Size and Download Location: File name: jce.jar, jce-1.6.jar...