@return the custom_field if matching
()
| 591 | |
| 592 | /** @return the custom_field if matching */ |
| 593 | public String getCustomField() { |
| 594 | return custom_field; |
| 595 | } |
| 596 | |
| 597 | /** @return the user supplied, uncompiled regex */ |
| 598 | public String getRegex() { |
no outgoing calls