UNPKG

ramda-extension

Version:

Helpful functions built on top of the mighty Ramda

6 lines (5 loc) 157 B
import constructRegExp from '../constructRegExp'; /** * @private */ export var nonAlphaNumericRegExp = /*#__PURE__*/constructRegExp('[^a-zA-Z0-9]+', 'g');