@Internal public class RegularExpressions extends Object
| Constructor and Description |
|---|
RegularExpressions() |
| Modifier and Type | Method and Description |
|---|---|
static String |
anyOf(Collection<String> expressions)
Obtain a regular expression which matches any one of a given collection of expressions.
|
public static String anyOf(Collection<String> expressions)
expressions - the individual expressions to compose.Copyright © 2019 Atlassian. All rights reserved.