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
main
ccn
/
Packages
/
Infrastructure
/
Sources
/
Internal
/
Extensions
/
String+Separators.swift
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
Delete Directory
6 lines
79 B
Swift
Raw
Permalink
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