Author Topic: [Feature Request]regex which support std::regex (c++14) format  (Read 2217 times)

jmfrouin

  • Senior Community Member
  • Posts: 103
  • Hero Points: 2
Hi,
Is it possible to offer std::regex format support in "Regex Evaluator" tool ?
Thanks

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 6884
  • Hero Points: 530
Re: [Feature Request]regex which support std::regex (c++14) format
« Reply #1 on: August 20, 2017, 02:01:07 PM »
If I'm reading this right, looks like there are options for a bunch of different syntax. Do you just want ECMAScript? If so, I would think the Perl syntax would be pretty close.

jmfrouin

  • Senior Community Member
  • Posts: 103
  • Hero Points: 2
Re: [Feature Request]regex which support std::regex (c++14) format
« Reply #2 on: August 20, 2017, 04:39:23 PM »
Yes the Perl one is the one I used currently !
Thanks

jwiede

  • Senior Community Member
  • Posts: 112
  • Hero Points: 12
Re: [Feature Request]regex which support std::regex (c++14) format
« Reply #3 on: August 21, 2017, 01:25:27 AM »
Regardless of which is "close", as there is a standard-defined (and named) format now, seems useful to call it out explicitly as well by offering an explicit "std::regex" format option.
« Last Edit: August 29, 2017, 01:50:58 AM by jwiede »