C++ Logo

std-proposals

Advanced search

[RFC] String_view support for regex

From: Mark de Wever <koraq_at_[hidden]>
Date: Sat, 4 May 2019 13:55:59 +0200
Hi,

A while ago I posted a proposal to add string_view support to regex at
the now retired proposals mailing list [1]. Based on the feedback on the
initial draft I wrote a second draft.

The proposal aims to improve the usage of string_view with regex. Making
it possible to use a string_view as input and get the matched parts as
string_view.

I would like some feedback on the idea and the attached draft document.
This will be my first proposal so I also would like feedback on the
style of the document.


[1]
https://groups.google.com/a/isocpp.org/forum/?fromgroups#!topic/std-proposals/-GTwXQkwaRs

Regards,
Mark de Wever

Received on 2019-05-04 06:57:44