@tressie.damore In Magento 2, you can override a helper class by creating a new helper class in your custom module and extending the original helper class. Here is an example:
Create a new helper class in your custom module at the following path: `app/code/[Vendor]/[Module]/Helper/Data.php