T
T
twinp2011-06-22 19:50:03
Java
twinp, 2011-06-22 19:50:03

Java. Suggest a library for generating multiple strings from a template for test data

Those. string template for example
generateStrings("abc[1-5]def")
and output
abc1def
abc2def
abc3def
abc4def
abc5def

not for generating random strings but specific sequences

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
m08pvv, 2011-06-22
@m08pvv

The question is well covered on stackoverflow.

Z
Zamorozka, 2011-07-25
@Zamorozka

Try antlr StringTemplate.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question