KotlinVerbalExpressions

screenshot of KotlinVerbalExpressions

Kotlin regular expressions made easy.

Overview:

KotlinVerbalExpressions is a Kotlin implementation of VerbalExpressions, which is primarily influenced by the Java, Swift, and Scala implementations. It allows users to easily work with regular expressions in a more human-readable form.

Features:

  • Simple URL test: Easily test URLs using a simplified approach.
  • Replacing strings: Effortlessly replace strings with this tool.
  • Cross-Platform: Works on multiple platforms due to its Kotlin implementation.
  • Readable Syntax: Provides a more human-readable format for working with regular expressions.

Maven:

<dependency>
    <groupId>insert_group_id_here</groupId>
    <artifactId>insert_artifact_id_here</artifactId>
    <version>insert_version_here</version>
</dependency>

Gradle:

dependencies {
    implementation 'insert_dependency_here'
}

Summary:

KotlinVerbalExpressions is a useful tool for those working with regular expressions in Kotlin. Its implementation allows for a more readable and simplified way to handle regular expressions, making it easier for developers to work with them effectively. By following the installation instructions using Maven or Gradle, users can quickly integrate this tool into their projects for improved regular expression handling in Kotlin.