RegExp 
    Exposes the JavaScript RegExp object to Kotlin.
Since Kotlin
1.1Constructors
Functions
Link copied to clipboard
                  Since Kotlin 1.1
Link copied to clipboard
                  Resets the regular expression so that subsequent RegExp.test and RegExp.exec calls will match starting with the beginning of the input string.
Since Kotlin 1.1