MCPcopy Index your code
hub / github.com/processing/processing / findURL

Method findURL

app/src/processing/app/ui/EditorStatus.java:213–219  ·  view source on GitHub ↗
(String message)

Source from the content-addressed store, hash-verified

211
212
213 static String findURL(String message) {
214 String[] m = PApplet.match(message, "http\\S+");
215 if (m != null) {
216 return m[0];
217 }
218 return null;
219 }
220
221
222 public void updateMode() {

Callers 1

messageMethod · 0.95

Calls 1

matchMethod · 0.95

Tested by

no test coverage detected