Package javatapas.util
Class GenerateRegularExpressionFromSet
java.lang.Object
javatapas.util.GenerateRegularExpressionFromSet
public class GenerateRegularExpressionFromSet extends Object
Generate a Regular Expression From a List or Set of allowable values.
Published at https://www.javatapas.com/util/Java-Generate-Regular-Expression-From-Set.html
Javadoc at https://www.javatapas.com/docs/javatapas/util/GenerateRegularExpressionFromSet.html
Published at https://www.javatapas.com/util/Java-Generate-Regular-Expression-From-Set.html
Javadoc at https://www.javatapas.com/docs/javatapas/util/GenerateRegularExpressionFromSet.html
- Version:
- 2021-05-28
- Author:
- Kodiak Brown
-
Constructor Summary
Constructors Constructor Description GenerateRegularExpressionFromSet()
-
Method Summary
Modifier and Type Method Description static String
generateRegularExpressionFromSet(Set<String> codes)
Generate a Regular Expression From a Set of allowable values.
-
Constructor Details
-
GenerateRegularExpressionFromSet
public GenerateRegularExpressionFromSet()
-
-
Method Details
-
generateRegularExpressionFromSet
Generate a Regular Expression From a Set of allowable values.- Parameters:
codes
- The set of values that are allowable in the Regular Expression
-