6 lines
131 B
HTML
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>
|