Open krusynth opened 9 years ago
On 2015-10-15 11:28, Bill Hunt wrote:
As we discussed on the list, it would be very useful to have support for Regular Expressions for many users. However, there may be significant performance problems associated with this; I assume we need evidence and some benchmarks to decide.
XPath 2 has included regular expressions for approximately 10 years. We added them because we knew that they're often needed and there was high demand from users of XPath 1 (the version still in Web browsers today), and this soft of application is a fairly typical use case.
Liam Quin, W3C XML Activity Lead; Digital publishing; HTML Accessibility
Regex has also been supported in browsers' JavaScript engines for many years. The question is, can it be combined with the edit distance feature in an efficient way. My hope is that it can be, but I want to hear from implementers.
+1 from MJS, webapps +1 from @chaals
As we discussed on the list, it would be very useful to have support for Regular Expressions for many users. However, there may be significant performance problems associated with this; I assume we need evidence and some benchmarks to decide.