G&G Service GIT Repository
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
GngKit
iOS
GngKit-iOS
Wiki
Home
Home
· Changes
Page history
Update home
authored
Mar 04, 2024
by
黄 一瓊(ファン・イルギョン)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
home.md
home.md
+8
-0
No files found.
home.md
View page @
c6544517
...
@@ -238,6 +238,14 @@ do {
...
@@ -238,6 +238,14 @@ do {
}
}
```
```
### 文字列
```
swift
// 文字列の一部を得る
"abcd1234"
.
subStr
(
from
:
4
,
length
:
4
)
// -> "1234"
"abcd1234"
.
subStr
(
from
:
4
)
// -> "1234"
```
## Utils
## Utils
### Appバーっジョン
### Appバーっジョン
...
...