modules

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 31, 2022 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ParseString

type ParseString struct {
	Name      string // 注册变量名
	SourceLen int    // 字符串初始长度信息
	NowLen    int    // 字符串当前长度信息
	NowStatus bool   // 字符串修改状态
	Source    string // 字符串原始数据
	Now       string // 字符串当前数据

	Data string // 当前字符串
}

格式化字符串数据结构

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL