mirror of
https://github.com/processing/processing4.git
synced 2026-02-27 01:04:37 +01:00
adding experiment result
This commit is contained in:
2
pdex/src/processing/mode/experimental/Problem.java
Executable file → Normal file
2
pdex/src/processing/mode/experimental/Problem.java
Executable file → Normal file
@@ -130,7 +130,7 @@ public class Problem {
|
||||
public static String process(String message) {
|
||||
// Remove all instances of token
|
||||
// "Syntax error on token 'blah', delete this token"
|
||||
|
||||
if(message == null) return null;
|
||||
pattern = Pattern.compile(tokenRegExp);
|
||||
matcher = pattern.matcher(message);
|
||||
message = matcher.replaceAll("");
|
||||
|
||||
Reference in New Issue
Block a user