kotlin
                                
                                 kotlin copied to clipboard
                                
                                    kotlin copied to clipboard
                            
                            
                            
                        Added sample to String method KT-20357
Added sample to String method
- toPattern
- equals
- encodeToByteArray
- subString
- startsWith
- endsWith
- codePointAt
- codePointBefore
- codePointCount
EDIT :
- I updated the PR (with 1 year merge conflict)
- I remove the equalstest made in another PR
This is my first commit to Kotlin library. Please review and provide feedback to it.