shekhargulati / strman-java

A Java 8 string manipulation library.

Home Page:https://shekhargulati.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add containsRune method

shekhargulati opened this issue · comments

ContainsRune reports whether the Unicode code point r is within s.

https://golang.org/src/strings/strings.go?s=3287:3327#L132