All types
|
All members
RT.Generex
RT.Generexes
Generex
Generex
<T>
Generex
<T, TResult>
Generex
Base
<T, TMatch, TGenerex, TGenerex
Match>
Generex
Match
<T>
Generex
Match
<T, TResult>
Generex
No
Result
Base
<T, TGenerex, TGenerex
Match>
And
<>(
other
)
AndExact
<>(
other
)
AndReverse
<>(
other
)
LookAheadNegative
()
LookBehindNegative
()
Not
(
element
)
Not
(
elements
)
Not
(
comparer
,
element
)
Not
(
comparer
,
elements
)
Optional
()
OptionalGreedy
()
Or
(
element
)
Or
(
elements
)
Or
(
elements
)
Or
(
predicate
)
Or
(
element
,
comparer
)
Or
(
comparer
,
elements
)
Or
(
comparer
,
elements
)
Repeat
()
Repeat
(
min
)
Repeat
(
min
,
max
)
RepeatGreedy
()
RepeatGreedy
(
min
)
RepeatGreedy
(
min
,
max
)
RepeatWithSeparator
(
separator
)
RepeatWithSeparatorGreedy
(
separator
)
Then
<>(
other
)
ThenExpect
<>(
selector
,
exception
Generator
)
ThenExpect
<>(
expectation
,
exception
Generator
)
Times
(
times
)
operator+
(
one
,
two
)
operator+
(
one
,
two
)
operator+
(
one
,
two
)
operator+
(
one
,
two
)
operator+
(
one
,
two
)
operator|
(
one
,
two
)
operator|
(
one
,
two
)
operator|
(
one
,
two
)
operator|
(
one
,
two
)
operator|
(
one
,
two
)
Any
Anything
Anything
Greedy
Empty
End
Start
Generex
With
Result
Base
<T, TResult, TGenerex, TGenerex
Match>
Length
And
Result
<TResult>
Stringerex
Stringerex
<TResult>
Stringerexes
Stringerex
Match
Stringerex
Match
<TResult>
PropellerApi
PuzzleSolvers
RT.ArithmeticCoding
RT.BigInteger
RT.CommandLine
RT.Coordinates
RT.Dijkstra
RT.Json
RT.Lingo
RT.Lingo.Base
RT.NUnitDirect
RT.PostBuild
RT.SelfService
RT.Serialization
RT.Serialization.Binary
RT.Serialization.Json
RT.Serialization.Xml
RT.Servers
RT.TagSoup
RT.Util
RT.Util.Core
RT.Util.Legacy
Legend
Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field
Method:
TGenerex
RepeatWithSeparator
(
TGenerex
)
Declared in:
RT.Generexes.
GenerexNoResultBase
<T, TGenerex, TGenerexMatch>
Declaration
public
TGenerex
RepeatWithSeparator
(
TGenerex
separator
)
Summary
Returns a regular expression that matches this regular expression one or more times, interspersed with a separator. Fewer times are prioritised.