phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
split
std
regex
An eager version of
splitter
that creates an array with splitted slices of
input
.
@
trusted
String
[]
split
(
String
RegEx
)
(
String
input
,
RegEx
rx
)
if
(
isSomeString
!
String
&&
isRegexFor
!(
RegEx
,
String
)
)
Meta
Source
See Implementation
std
regex
aliases
Regex
RegexException
StaticRegex
enums
ctRegex
functions
bmatch
escaper
match
matchAll
matchFirst
regex
replace
replaceAll
replaceAllInto
replaceFirst
replaceFirstInto
split
splitter
structs
Captures
RegexMatch
Splitter
An eager version of splitter that creates an array with splitted slices of input.