How to add features missing from the Java regex implementation?

前端 未结 5 1764
暖寄归人
暖寄归人 2020-11-28 03:03

I\'m new to Java. As a .Net developer, I\'m very much used to the Regex class in .Net. The Java implementation of Regex (Regular Expressions) is no

5条回答
  •  栀梦
    栀梦 (楼主)
    2020-11-28 03:46

    Boy, do I hear you on that one Alireza! Regex's are confusing enough without there being so many syntax variations amonng them. I too do a lot more C# than Java programming and had the same issue.

    I found this to be very helpful: http://www.tusker.org/regex/regex_benchmark.html - it's a list of alternative regular expression implementations for Java, benchmarked.

提交回复
热议问题