본문 바로가기

수니의 개발새발

검색하기
수니의 개발새발
프로필사진 개발자 수니

  • 분류 전체보기 (92)
    • iOS - Swift (47)
    • iOS (5)
    • Flutter (20)
    • Git (6)
    • Project (2)
    • Algorithm (10)
    • IT 이야기 (2)
Guestbook
250x250
반응형
Notice
Recent Posts
Recent Comments
Link
«   2025/08   »
일 월 화 수 목 금 토
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31
Tags
  • ToDoRim
  • UIAccessibility
  • enumerations
  • COMMIT
  • Widget
  • tip
  • Equatable
  • pubspec.yaml
  • designPattern
  • algorithm
  • toyproject
  • SwiftGen
  • github
  • Leetcode
  • protocol
  • Extentsion
  • keyWindow
  • Swift
  • OSLog
  • dart
  • listview
  • pubspec
  • xcode
  • it
  • swiftlint
  • reetcode
  • flutter
  • IOS
  • basic
  • GIT
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록string (1)

수니의 개발새발

[iOS/Swift/Basic] String

String 문자열 String의 기본 기능 접두어 hasPrifix() let blog: String = "DevSuni Blog" print(blog.hasPrefix("Dev")) // true print(blog.hasPrefix("Suni")) // false 접미어 hasSuffix() let blog: String = "DevSuni Blog" print(blog.hasSuffix("Blog")) // true print(blog.hasSuffix("blog")) // false - 대소문자 구분 대소문자 변환 .uppercased() / .lowercased() let name: String = "suni" print(name.uppercased()) // SUNI let name: Str..

iOS - Swift 2022. 1. 16. 23:13
Prev 1 Next

Blog is powered by kakao / Designed by Tistory

티스토리툴바