Skip to content

antibot-ai/split-rock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Разбиение строки на массив

Модуль разбивает строку на массив.

Параметры

  • str (строка) Строка для разбиения
  • sep (строка [опционально]) Строка-разделитель
  • opts (таблица [опционально]) Таблица опций
    • trim (boolean): Удаление пробелов по краям строки
    • upper (boolean): Перевод захваченной части в верхний регистр
    • lower (boolean): Перевод захваченной части в нижний регистр

Установка

tarantool

tt rocks install --only-server=https://rocks.antibot.ru split

luarocks

luarocks install --server=https://rocks.antibot.ru split

Использование

local split = require('split')

local arr = split('один два три')
print(arr[1]) -- один
print(arr[2]) -- два
print(arr[3]) -- три

Генерация ldoc

ldoc -s '!new' -d ldoc lua

Тестирование

luatest test/*

About

Разбиение строки на массив

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published