Files
kotlin-fork/idea/resources/intentionDescriptions/ReplaceSubstringWithSubstringAfterIntention/description.html
T
2016-01-13 19:05:50 +03:00

6 lines
114 B
HTML

<html>
<body>
This intention replaces 'substring' and 'indexOf' calls with 'substringAfter' call.
</body>
</html>