.? is non-greedy syntax in regExp. but i want to use non-greedy method WITHOUT USING .?
say how would you write a non-greedy regExp syntax WITHOUT EVER USING .*? i think this is IMPOSSIBLE (period).
or is there any other way?
thanks in advance