string

显示已弃用

*该内容即将支持你的所选语言。

The string library provides generic functions to manipulate strings, such as to extract substrings or match patterns. You can access the string library by the global string library.

See String Pattern Reference for details on using string.match() and string.gmatch() to find a piece, or substring, of a longer string.

概要

职能

职能

byte

参数

默认值:1
默认值:i

返回

char

参数

...: number

返回

find

参数

pattern: string
init: number
默认值:1
plain: bool
默认值:false

format

参数

formatstring: string
...: string

返回

gmatch

参数

pattern: string

返回

gsub

参数

pattern: string
replacement: Variant
replacements: number

参数

返回

lower

参数

返回

match

参数

pattern: string
init: number
默认值:1

返回

pack

参数

format: string
...: Variant

返回

packsize

参数

format: string

返回

参数

返回

reverse

参数

返回

split

参数

separator: string
默认值:,

返回

参数

默认值:1
默认值:-1

返回

unpack

参数

format: string
data: string
readStart: string
默认值:1

返回

upper

参数

返回