Apply sed-like regex transformation (in the form of "s/FROM/TO/FLAGS") to a string. Multiple commands can be separated by ';'.
Build a RE search-and-replace transform (as used by applyRE).
Take a string, and return a regular expression that matches that string exactly (escape RE metacharacters).
Call a delegate over all matches.
Match into a delegate.
Lua-like pattern matching.
Allows specifying regular expression patterns in expressions, without having to compile them each time.
Returns a range which extracts a capture from text.
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
std.regex helpers