This website requires JavaScript.
Explore
Help
Sign In
rock-n-code
/
ccn
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Projects
Releases
Activity
Files
65b62681eb73706a624116bc90517bed4f031f9a
ccn
/
Packages
/
Infrastructure
/
Sources
/
Internal
/
Extensions
/
String+Separators.swift
T
6 lines
79 B
Swift
Raw
Normal View
History
Unescape
Escape
Initial commit.
2026-08-19 22:55:00 +02:00
extension
String
{
enum
Separator
{
static
let
comma
=
","
}
}
Reference in New Issue
Copy Permalink