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
RT.ArithmeticCoding
RT.CommandLine
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
Legend
Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field
Method:
TGenerex
Optional
()
Declared in:
RT.Generexes.
GenerexNoResultBase
<T, TGenerex, TGenerexMatch>
Declaration
public
TGenerex
Optional
()
Summary
Returns a regular expression that matches this regular expression zero times or once. Zero times is prioritised (cf.
??
in traditional regular expression syntax).