UNPKG

@remax/framework-shared

Version:

使用真正的 React 构建跨平台小程序

11 lines (10 loc) 251 B
export function formatDisplayName(name) { return name .replace(/-(.)/g, function ($1) { return $1.toUpperCase(); }) .replace(/-/g, '') .replace(/^(.)/, function ($1) { return $1.toUpperCase(); }); }