package
1.1.2
Repository: https://github.com/qingluan/frameutils.git
Documentation: pkg.go.dev

# Functions

ArrayContains : if array str contains key , will return true.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
JSONExtract function this function will extract json in mass string */.
JSONFormat for format json string.
* NewConfig create a instance of Config */.
No description provided by the author
No description provided by the author
NewSmartString : generate a smart string obj can use follow: ${key} ${i:1++} : from 1 ++ like for(i=1; ; i++) ${e:hello\w} : regext matched ${file:some_path}: will direction replace this from file! */.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Str panic err from NewSmartString.
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SmartExtractIP extract ip.
SmartExtractJSON extract json from string.
SmartExtractPair extract pair like a:b a=b.
SmartExtractURL extract url from string.
No description provided by the author
No description provided by the author

# Structs

Ac : t: 0:format 1:file 2:int 3:regex */.
Any Usage ${file:file_name}; open this file as data ${i:23++} ; {i=23; ;i++}{ ..
Config type declaration */.

# Interfaces

No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author
Pair [2]int.