Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: TGenerex RepeatWithSeparatorGreedy(TGenerex)

Declaration

public TGenerex RepeatWithSeparatorGreedy(
    TGenerex separator
)

Summary

Returns a regular expression that matches this regular expression one or more times, interspersed with a separator. More times are prioritised.