7
Most languages have support for Regex (Regular Expressions) but, for example, Javascript does not have Negative Lookhead ((?<
) , however already . NET Framework has virtually all functions of Regex. My question is:
The Regex syntax, function and spelling varies along with the language being refocused?
There are variations yes. Take a look here on Wikipedia
– Sergio
The regularexpressions.info has several tables comparing the resources present in various languages and platforms (I remember having a tabelona with everything together, but I never find it when I look for...)
– mgibsonbr