mirror of https://github.com/pixelfed/pixelfed
Replace Str::of() fluent chains with static Str::/native calls
Aligns with the app's dominant convention (171 static Str:: calls vs 24 Str::of() chains). Uses Str::afterLast() for the repeated "segment after last slash" pattern, Str::matchAll() where a Collection return is needed, and native explode()/substr() where a plain array/string suffices. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>pull/7192/head
parent
2df104c309
commit
a424493420
Loading…
Reference in New Issue