tango v1.0.0+2.066 (2014-08-19T00:10:20Z)
Home
Dub
Repo
RegExpT.replaceAll
tango
text
Regex
RegExpT
Calls dg for each match and replaces it with dg's return value.
char_t
[]
replaceAll
(const(char_t)[] input, const(char_t)[] replacement, char_t[] output_buffer)
char_t
[]
replaceAll
(const(char_t)[] input, char_t[] delegate(RegExpT!(char_t)) dg, char_t[] output_buffer)
class
RegExpT
(char_t)
char_t
[]
replaceAll
(
const
(
char_t
)[]
input
,
char_t
[]
delegate
(
RegExpT
!(
char_t
)
)
dg
,
char_t
[]
output_buffer
= null
)
Meta
Source
See Implementation
tango
text
Regex
RegExpT
aliases
charclass_t
predicate_t
tdfa_t
tnfa_t
constructors
this
functions
compileToD
match
opApply
opIndex
pattern
post
pre
replaceAll
replaceFirst
replaceLast
search
split
tagCount
test
static functions
opCall
variables
last_start_
next_start_
registers_
tdfa_
tnfa_
Calls dg for each match and replaces it with dg's return value.