vadymmarkov/Fakery

How I can generate lorem with words limited by count of characters, not by count of words ?

Closed this issue · 4 comments

How I can generate lorem with words limited by count of characters, not by count of words ?

Hi @Pitsko ! Did you try using faker.lorem.characters(amount: 100)?

no, I didnt see such function before
Is it new one ?
@vadymmarkov

@Pitsko This function is actually was there before. Let me know if it's what you were looking for.

Closing it for now, feel free to re-open if it doesn't answer your question.