Files
kotlin-fork/idea/resources/intentionDescriptions/SwapStringEqualsIgnoreCaseIntention/description.html
T
2017-08-18 14:34:14 +03:00

5 lines
131 B
HTML

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