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

5 lines
145 B
HTML

<html>
<body>
This intention replaces <b>string1.equals(string2, ignoreCase)</b> with <b>string2.equals(string1, ignoreCase)</b>.
</body>
</html>