Package org.ndviet.keyword
Class StringUtils
java.lang.Object
org.robotframework.javalib.library.KeywordFactoryBasedLibrary<org.robotframework.javalib.keyword.DocumentedKeyword>
org.robotframework.javalib.library.AnnotationLibrary
org.ndviet.keyword.StringUtils
- All Implemented Interfaces:
org.robotframework.javalib.library.KeywordDocumentationRepository,org.robotframework.javalib.library.RobotFrameworkDynamicAPI
public class StringUtils
extends org.robotframework.javalib.library.AnnotationLibrary
-
Field Summary
Fields inherited from class org.robotframework.javalib.library.AnnotationLibrary
beanLoaders, classFilter -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetListStringMatchesListRegex(String input, List<String> listRegex) getListStringMatchesRegex(String input, String regex) static StringgetStringMatchesRegex(String input, String regex) replaceListStringUsingRegex(List<String> listInput, String regex, String replace) static StringreplaceStringUsingRegex(String input, String regex, String replace) Methods inherited from class org.robotframework.javalib.library.AnnotationLibrary
addKeywordPattern, autowireFields, createKeywordFactory, getKeywordArguments, getKeywordDocumentation, runKeyword, runKeywordMethods inherited from class org.robotframework.javalib.library.KeywordFactoryBasedLibrary
getClassLoader, getKeywordNames, setClassLoader
-
Constructor Details
-
StringUtils
public StringUtils()
-
-
Method Details
-
replaceStringUsingRegex
-
replaceListStringUsingRegex
-
getStringMatchesRegex
-
getListStringMatchesRegex
-
getListStringMatchesListRegex
-