MAJ
This commit is contained in:
parent
e9ea32b247
commit
25e0eec66c
Binary file not shown.
1
bin/.gitignore
vendored
Normal file
1
bin/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
/MEPTL/
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -702,7 +702,7 @@ public class outils {
|
||||
A = A.replace("'", "");
|
||||
A = A.replace(""", "");
|
||||
|
||||
Pattern pt = Pattern.compile("[^a-z]"); // avec les chiffres "[^a-zA-Z0-9]"
|
||||
Pattern pt = Pattern.compile("[^a-z0-9]"); // avec les chiffres "[^a-zA-Z0-9]"
|
||||
Matcher match= pt.matcher(A);
|
||||
while(match.find()){
|
||||
String s= match.group();
|
||||
|
Loading…
x
Reference in New Issue
Block a user