PartitionStringExtension extension

on

Methods

lastPartition(Pattern pattern, [int? start]) List<String>
Splits the string at the last occurrence of pattern.
partition(Pattern pattern, [int start = 0]) List<String>
Splits the string at the first occurrence of pattern.