Hi all,
What is the regular expression that represents all of strings constructed with only characters of an other string.
For example:
input string: "abc"
output strings: "bca", "abc", "bac" ...
Hi all,
What is the regular expression that represents all of strings constructed with only characters of an other string.
For example:
input string: "abc"
output strings: "bca", "abc", "bac" ...
thaihoangluu (30th December 2011)
Bookmarks