This website requires JavaScript.
Explore
Help
Register
Sign In
azalea
/
kotlin-fork
Watch
1
Star
0
Fork
0
You've already forked kotlin-fork
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
dbcad08a351b27643dffd996789dd93adbbc515f
kotlin-fork
/
libraries
/
stdlib
/
test
/
text
T
History
Ilya Gorbunov
dbcad08a35
Regex: MatchResult.groupValues do not exclude zeroth group, use the same indices as in groups collection.
...
Provide destructured property for destructured assignment.
2016-01-22 00:59:13 +03:00
..
CharJVMTest.kt
Make Char.category and directionality properties instead of functions.
2015-11-21 00:54:30 +03:00
RegexJVMTest.kt
Rename methods in Regex. Add matchEntire method to match entire string against regex.
2015-10-14 22:49:48 +03:00
RegexTest.kt
Regex: MatchResult.groupValues do not exclude zeroth group, use the same indices as in groups collection.
2016-01-22 00:59:13 +03:00
StringBuilderJVMTest.kt
Add set operator to make the work with StringBuilder more list-like.
2015-11-04 22:19:33 +03:00
StringBuilderTest.kt
StdLib cleanup, deprecated symbol usage: size() and length()
2015-11-21 00:54:05 +03:00
StringJVMTest.kt
Introduce String.toCharArray() instead of String.getChars()
2015-11-21 00:54:29 +03:00
StringTest.kt
StdLib cleanup, deprecated symbol usage: size() and length()
2015-11-21 00:54:05 +03:00