Difference between Java Regular Expression Pattern and .Net Framework
I am trying to convert My.Net Framework but templates are not valid
Is it possible to indicate the main differences in regex patterns
eg. As we will call the grouping construct in java, etc.
There are many differences that are given here .
The most important of them are:
@"\s"
"\\s"
(?(?=regex)then|else)
. , , - Java () , , , .
, RegexBuddy, .
... . , "Java lookbehinds" , AFAIK , ,.NET (-), Java .
:
: - ? ( demo.docx)
.NET-: \.docx$ ( "demo.docx", -
\.docx$
Java: .*\.docx$ ( .*, , . .NET Java.
.*\.docx$
.*