Take advantage of Str::headline() to make things cleaner and cover more use cases #7
secretstashnetwork
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
By using
headline
we can handle natural delimiters like ' ' and '-' automatically, as well as the leading number issue somebody mentioned. Then we can just explode by space, and grab the first column of each character array.Beta Was this translation helpful? Give feedback.
All reactions