digitalmars.D.learn - Unicode Regular Expressions
- Per =?UTF-8?B?Tm9yZGzDtnc=?= (3/3) Nov 09 2020 Is there any library that can deal with decoding and generating
- H. S. Teoh (5/9) Nov 09 2020 I'm pretty sure std.regex already supports Unicode regexes.
- Per =?UTF-8?B?Tm9yZGzDtnc=?= (5/6) Nov 10 2020 Yep [1].
Is there any library that can deal with decoding and generating character matchers for Unicode regular expression described at https://www.regular-expressions.info/unicode.html
Nov 09 2020
On Mon, Nov 09, 2020 at 03:39:05PM +0000, Per Nordlöw via Digitalmars-d-learn wrote:Is there any library that can deal with decoding and generating character matchers for Unicode regular expression described at https://www.regular-expressions.info/unicode.htmlI'm pretty sure std.regex already supports Unicode regexes. T -- Written on the window of a clothing store: No shirt, no shoes, no service.
Nov 09 2020
On Monday, 9 November 2020 at 17:06:50 UTC, H. S. Teoh wrote:I'm pretty sure std.regex already supports Unicode regexes.Yep [1]. Thanks [1] https://dlang.org/phobos/std_regex.html#Syntax%20and%20general%20information
Nov 10 2020