/
githubmirror
/
photoprism
Обзор
Документация
Войти
/
githubmirror
/
photoprism
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
pkg/clean/numeric.go
10 строк
208 B
Michael Mayer
Videos: Index and display durations of less than one second #3224
22 фев 2023, 18:33
22 фев 2023, 18:33
eaff0ab
Код
Авторство
О чём код?
package clean import ( "github.com/photoprism/photoprism/pkg/txt" ) // Numeric removes non-numeric characters from a string and returns the result. func Numeric(s string) string { return txt.Numeric(s) }