regexparam is a tiny (less than 400 bytes) utility for converting route patterns into RegExp. It supports named parameters, optional fragments, and wildcard matches. It's perfect for client-side routers, server-side request matching, and any other scenario where you need to quickly parse route patterns into regular expressions for efficient matching. Its small size ensures minimal overhead in your project. Ideal for performance critical applications.