react-highlight-words icon indicating copy to clipboard operation
react-highlight-words copied to clipboard

Replace Deprecated substr with substring in Highlighter.js

Open baibhavx opened this issue 1 year ago • 0 comments

Summary

This pull request revises Highlighter.js by substituting the outdated substr method with substring.

  • substr is no longer recommended and may have been removed from relevant web standards​​.
  • substring is part of the ECMAScript standard and is advised for consistent, future-proof code​​.

Tests

  • Existing tests continue to pass

baibhavx avatar Nov 22 '23 21:11 baibhavx