Skip to content

Replace deprecated String.prototype.substr() - #23

Merged
UlisesGascon merged 2 commits into
jshttp:masterfrom
CommanderRoot:rm-deprecated-substr
Jun 6, 2025
Merged

Replace deprecated String.prototype.substr()#23
UlisesGascon merged 2 commits into
jshttp:masterfrom
CommanderRoot:rm-deprecated-substr

Conversation

@CommanderRoot

Copy link
Copy Markdown
Contributor

String.prototype.substr() is deprecated so we replace it with String.prototype.slice() which works similarily but isn't deprecated.
.substr() probably isn't going away anytime soon but the change is trivial so it doesn't hurt to do it.

.substr() is deprecated so we replace it with .slice() which works similarily but isn't deprecated
Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
@ejchengejcheng added the pr label Mar 24, 2022
@jshttpjshttp deleted a comment from mullApr 4, 2023
@UlisesGasconUlisesGascon self-assigned this Jun 6, 2025
@UlisesGascon
UlisesGascon merged commit ed17ccd into jshttp:masterJun 6, 2025
@UlisesGasconUlisesGascon mentioned this pull request Jun 6, 2025
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@CommanderRoot@UlisesGascon@3imed-jaberi@ejcheng