# @babel/helper-regex> Helper function to check for literal RegExSee our website [@babel/helper-regex](https://babeljs.io/docs/en/next/babel-helper-regex.html) for more information.## InstallUsing npm:```shnpm install--save-dev @babel/helper-regex```or using yarn:```shyarn add @babel/helper-regex --dev```