Api

Stringutils

OpenAPI > StringUtils

OpenAPI.StringUtils class

字符串操作工具

Signature:

class StringUtils

Properties

Property

Modifiers

Type

Description

arabicToRoman

static

(num: number) => string

将阿拉伯数字转换为罗马数字的函数

parseFunctionText

static

(text: string, regex?: RegExp[] | null) => string

解析文本内函数组合占位符数据

parseGameVariableText

static

(text: string, gameData: any[], regex?: RegExp[] | null) => string

解析文本内游戏变量占位符数据

parseVariableText

static

(text: string, getData?: (((s: any) => number) | ((s: any) => string))[] | null, regex?: RegExp[] | null) => string

解析文本内变量占位符数据, 可自定义获取数据的方法以及正则表达式

randomColor

static

readonly

string

随机颜色

randomString

static

(length: number, str?: string) => string

随机字符串

snakeCase

static

(str: string) => string

将字符串转换为蛇形命名法(snake_case)。

蛇形命名法是一种命名约定,其中每个单词都以小写字母书写,并用下划线(_)字符分隔。


Copyright © 2021 - 2025