Abseil's String Utility APIs -- Tom Manshreck
Abseil's C++ Tips of the Week for January 26th
Abseil's String Utility APIs
by Tom Manshreck, Abseil Tech Writer
About the article:
Abseil provides many important string utilities such as
StrCat()
,StrSplit()
andStrJoin()
. Read the tips that introduced these APIs at Google and explain how to use them now at https://abseil.io/tips/3 https://abseil.io/tips/10 , https://abseil.io/tips/36 and https://abseil.io/tips/59.