arrow.split_pattern_options
Module for [SplitPatternOptions] class
Types 3
Methods
SplitPatternOptionsGidBuilder builder() static nothrowGet builder for [arrow.split_pattern_options.SplitPatternOptions] Returns: New builder objectvoid pattern(string propval) @property nothrowSet `pattern` property. Params: propval = The exact substring to split on.bool reverse() @property nothrowGet `reverse` property. Returns: Start splitting from the end of the string (only relevant when max_splits != -1)void reverse(bool propval) @property nothrowSet `reverse` property. Params: propval = Start splitting from the end of the string (only relevant when max_splits != -1)Fluent builder implementation template for arrow.split_pattern_options.SplitPatternOptions
Methods
T maxSplits(long propval) nothrowT pattern(string propval) nothrowSet `pattern` property. Params: propval = The exact substring to split on. Returns: Builder instance for fluent chainingT reverse(bool propval) nothrowSet `reverse` property. Params: propval = Start splitting from the end of the string (only relevant when max_splits != -1) Returns: Builder instance for fluent chainingclassSplitPatternOptionsGidBuilder : SplitPatternOptionsGidBuilderImpl!SplitPatternOptionsGidBuilder
Fluent builder for arrow.split_pattern_options.SplitPatternOptions
Methods