How to find position of substring in RegEx
795658Dec 28 2009 — edited Dec 29 2009Hi,
I would like to know whether it is possible (via RegEx) to obtain a substring of a String via regex (similar to String.subString(beginIndex) ).
Ideas anyone? I cannot use Java Code, since the engine I am using, supply on RegEx manipulations
Thanks,
Uri