kotlin icon indicating copy to clipboard operation
kotlin copied to clipboard

Added sample to String method KT-20357

Open CharlesLgn opened this issue 4 years ago • 1 comments

Added sample to String method

  • toPattern
  • equals
  • encodeToByteArray
  • subString
  • startsWith
  • endsWith
  • codePointAt
  • codePointBefore
  • codePointCount

https://youtrack.jetbrains.com/issue/KT-20357

CharlesLgn avatar Dec 12 '20 15:12 CharlesLgn

EDIT :

  • I updated the PR (with 1 year merge conflict)
  • I remove the equals test made in another PR

This is my first commit to Kotlin library. Please review and provide feedback to it.

CharlesLgn avatar Nov 28 '21 10:11 CharlesLgn