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

6 lines
131 B
HTML

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