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

6 lines
115 B
HTML

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