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>
Generex
With
Result
Base
<T, TResult, TGenerex, TGenerex
Match>
Generex
With
Result
Base<T, TResult, TGenerex, TGenerex
Match>
(
result
)
DoRaw
(
code
)
LookAheadNegative
(
default
Match
)
LookBehindNegative
(
default
Match
)
RawMatch
(
input
,
start
At
)
RawMatches
(
input
,
start
At
)
RawMatchesReverse
(
input
,
end
At
)
RawMatchExact
(
input
,
must
Start
At
,
must
End
At
)
RawMatchReverse
(
input
,
end
At
)
ReplaceRaw
(
input
,
replace
With
Raw
,
start
At
,
max
Replace
)
ReplaceReverseRaw
(
input
,
replace
With
Raw
,
end
At
,
max
Replace
)
Then
<>(
selector
)
ThenExpect
<>(
selector
,
exception
Generator
)
ThenExpectRaw
<>(
selector
,
exception
Generator
)
ThenExpectRaw
<>(
selector
,
exception
Generator
)
ThenRaw
<>(
selector
)
ThenRaw
<>(
selector
)
WhereRaw
(
code
)
operator+
(
one
,
two
)
operator+
(
one
,
two
)
operator+
(
one
,
two
)
operator+
(
one
,
two
)
operator|
(
one
,
two
)
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
DoRaw
(
Action<TResult>
)
Declared in:
RT.Generexes.
GenerexWithResultBase
<T, TResult, TGenerex, TGenerexMatch>
Declaration
public
TGenerex
DoRaw
(
Action<TResult>
code
)
Summary
Executes the specified code every time the regular expression engine encounters this expression.