Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
JAVA sidebar pattern match
//'main' method must be in a class 'Rextester'. //Compiler version 1.8.0_111 import java.util.*; import java.lang.*; import java.util.regex.*; class Rextester { public static void main(String args[]) { String str = "sdf_plloan-4-jj-sdmfn-dsbfkj_213324"; System.out.println(Pattern.matches(".*-\\d.*", str)); } }
run
|
edit
|
history
|
help
0
3d
Multiples of 3 and 5
++a vs a++ and calculations around different variables
javaLP(Multi)
4.b
Integer to English Words
Three In A Row Solver
output2
final method
Alllocate and release memory