Hi All
I am working on porting a code from .net to Java. and its highly using reg expressions.I dont know .net and i have to recognize the purpose and meaning
of regexs written to create same in java.
There is one regex in C# to prevent HTml tags :(?<!<[^>]*)
If anyone can help me find its equivalent in Java ,it would be great.Also what are other differences that might be important for my development?
If there are good tutorials ,please point me there.
Thanks
Misha