MCPcopy Index your code
hub / github.com/benfry/processing4 / matchField

Method matchField

app/src/processing/app/contrib/ListPanel.java:620–622  ·  view source on GitHub ↗
(String field, String regex)

Source from the content-addressed store, hash-verified

618
619
620 static private boolean matchField(String field, String regex) {
621 return (field != null) && field.toLowerCase().matches(regex);
622 }
623
624
625 static class ContributionRowFilter extends RowFilter<ContributionTableModel, Integer> {

Callers 1

matchesMethod · 0.95

Calls 1

matchesMethod · 0.65

Tested by

no test coverage detected