Kotlin Regex. Regex is generally refers to regular expression which is used to search string or replace on regex object . To use it functionality we need to use Regex(pattern: String) class.
Kotlin Regex. Regex is generally refers to regular expression which is used to search string or replace on regex object . To use it functionality we need to use Regex(pattern: String) class.