Please enable JavaScript to use regex101
/
^
r
e
g
e
x
[
\
-
_
]
?
1
0
1
$
/
i
Regular
Expressions
101
Regular
Expressions
101
Upgrade to Pro
Enterprise
Community Library
Search community submissions...
x
Find Program Java
Open Workspace
PCRE (Legacy)
Match
Created 2017-08-25 10:47
0
Regular Expression
/
(
(
(
import
java
\.
)
[
a
-
zA
-
Z
\.\*
]
*
;
)
|
(
public
static
void
main
(
.
*
)
)
|
(
class
\s
[
a
-
zA
-
Z_$
]
+
[
\s
]
*
\{
)
|
(
System
\.
out
\.
print
)
)
/
g
Description
No description provided.
Submitted by
Anonymous