How I can generate lorem with words limited by count of characters, not by count of words ?
Closed this issue · 4 comments
Pitsko commented
How I can generate lorem with words limited by count of characters, not by count of words ?
vadymmarkov commented
Hi @Pitsko ! Did you try using faker.lorem.characters(amount: 100)
?
Pitsko commented
no, I didnt see such function before
Is it new one ?
@vadymmarkov
vadymmarkov commented
@Pitsko This function is actually was there before. Let me know if it's what you were looking for.
vadymmarkov commented
Closing it for now, feel free to re-open if it doesn't answer your question.