Package ru.bgcrm.util
Class RegexpStringUtils
java.lang.Object
ru.bgcrm.util.RegexpStringUtils
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfindMatchesByTemplate
(String text, String regexpTemplate) Ищет подстроки в строке соответствующие шаблону
-
Constructor Details
-
RegexpStringUtils
public RegexpStringUtils()
-
-
Method Details
-
findMatchesByTemplate
Ищет подстроки в строке соответствующие шаблону- Parameters:
text
- - исходная строкаregexpTemplate
- - шаблон- Returns:
-