SeriousProton
SeriousProton copied to clipboard
fixes in stringImproved
trafficstars
- single char variant now calls the string_view counterpart (ensures consistency)
- fixed the
findwhich was using the stocksubstr()and not the improved string ones, which has a different behavior (mostly about negative indices).
Note: we should make more stuff use the substr_view() (like endswith!) but that's going to be a separate PR