jbovlaste icon indicating copy to clipboard operation
jbovlaste copied to clipboard

replace dots with space and trim the result

Open lagleki opened this issue 9 years ago • 0 comments

When adding new words do this:

word.replace(/./g," ").replace(/ +/g," ").trim()

Also delete this word which shows ugliness of the current implementation: http://jbovlaste.lojban.org/dict/.i

lagleki avatar Jul 16 '15 14:07 lagleki