Files
kotlin-fork/idea/resources/intentionDescriptions/ReplaceSubstringWithSubstringBeforeIntention/description.html
T

6 lines
135 B
HTML

<html>
<body>
This intention replaces calls like <b>s.substring(0, s.indexOf(x))</b> with <b>s.substringBefore(x)</b>.
</body>
</html>