Skip to content

Kotlin-optimized version of the Highlight library, a complete and performing library to highlight text snippets (EditText, SpannableString and TextView) using Spannable with Regular Expressions (Regex) for Android.

License

Notifications You must be signed in to change notification settings

NeoUtils/Highlight-KT

Repository files navigation

Highlight-KT Android CI

Kotlin-optimized version of the Highlight library, a complete and performing library to highlight text snippets (EditText/Editable and TextView) using Spannable with Regular Expressions (Regex) for Android.

Highlight a text

Continuously highlight

Schemes

SchemeScope

Performance

Screenshots

Add to project

Add the jitpack to project in build.gradle or settings.gradle (gradle 7+)

maven { url 'https://jitpack.io' }

Add the dependence to module (normally app)

implementation "com.github.Irineu333:Highlight-KT:$highlight_version"

About

Kotlin-optimized version of the Highlight library, a complete and performing library to highlight text snippets (EditText, SpannableString and TextView) using Spannable with Regular Expressions (Regex) for Android.

Topics

Resources

License

Stars

Watchers

Forks

Languages