InfoQ Homepage Regular Expressions Content on InfoQ
News
RSS Feed-
Kotlin 1.7.0 Beta Enables Definitely Non-Nullable Types
JetBrains has released Kotlin 1.7.0-Beta, enabling builder inference and definitely non-nullable types by default and reintroducing the min(), max(), minBy(), maxBy(), minWidth() and maxWith() functions. Regular expressions now support named capturing groups in Kotlin/JS and Kotlin/Native and allow checking for exact matches at specific positions.
-
Learn some RegEx for the New Year
If you are looking for something to learn for the new year, its hard to go wrong with regular expressions. With dialects available on every major platform, it’s a skill that will continue to pay dividends throughout your career. One way to get started is Firas Dib’s Regular Expressions 101.