Hi,
i have a question about regex and
pattern matcher:
I need to split some
string using regex;
lets say that dots in "sentence" represent lots of caracter beetwen
with these I got split on every "c", but I need to concatenate a fix prefix "b" to be a part of the splitter.
I need to have splitter exactly like this "b.. ..c".
b and
c are always fixed so we must use only them.
Thanks.