## 字符串
~~~
├─08.Strings 字符串
│ ├─CharacterAnalysis 字符串分析:使用操作符(operators )來識別我們正在處理的字符串
│ ├─StringAdditionOperator 字符串連接:以多種方式將字符串連接在一起
│ ├─StringAppendOperator 字符串擴充:使用 += 操作符和concat()方法將字符串擴充
│ ├─StringCaseChanges 字符串大小寫轉換
│ ├─StringCharacters 得到字符串中特定的字符
│ ├─StringComparisonOperators 字符串比較:用字母表順序比較字符串
│ ├─StringConstructors 字符串初始化
│ ├─StringIndexOf 字符串索引:獲取字符串中第一個/最后一個字符
│ ├─StringLength 字符串長度:獲取并且修正字符串長度
│ ├─StringLengthTrim 字符串修剪
│ ├─StringReplace 字符串替換:替換字符串中的字符
│ ├─StringStartsWithEndsWith 檢查字符串開始結尾:檢查(子)字符串是否是以給定字符開始/結尾的
│ ├─StringSubstring 字符串查找:在指定字符串中找到某個詞組
│ └─StringToInt 字符串轉換成整數類型
~~~
- 說明
- 系統示例文件目錄結構及說明
- 01.Basics
- AnalogReadSerial
- BareMinimum
- Blink
- DigitalReadSerial
- Fade
- ReadAnalogVoltage
- 02.Digital
- BlinkWithoutDelay
- Button
- Debounce
- DigitalInputPullup
- StateChangeDetection
- toneKeyboard
- toneMelody
- toneMultiple
- tonePitchFollower
- 03.Analog
- AnalogInOutSerial
- AnalogInput
- AnalogWriteMega
- Calibration
- Fading
- Smoothing
- 04.Communication
- ASCIITable
- Dimmer
- Graph
- Midi
- MultiSerial
- PhysicalPixel
- ReadASCIIString
- SerialCallResponse
- SerialCallResponseASCII
- SerialEvent
- SerialPassthrough
- VirtualColorMixer
- 05.Control
- Arrays
- ForLoopIteration
- IfStatementConditional
- switchCase
- switchCase2
- WhileStatementConditional
- 06.Sensors
- ADXL3xx
- Knock
- Memsic2125
- Ping
- 07.Display
- barGraph
- RowColumnScanning
- 08.Strings
- CharacterAnalysis
- StringAdditionOperator
- StringAppendOperator
- StringCaseChanges
- StringCharacters
- StringComparisonOperators
- StringConstructors
- StringIndexOf
- StringLength
- StringLengthTrim
- StringReplace
- StringStartsWithEndsWith
- StringSubstring
- StringToInt
- 09.USB
- Keyboard
- KeyboardLogout
- KeyboardMessage
- KeyboardReprogram
- KeyboardSerial
- KeyboardAndMouseControl
- Mouse
- ButtonMouseControl
- JoystickMouseControl
- 10.StarterKit_BasicKit (與特定硬件相關,暫無)
- p02_SpaceshipInterface
- p03_LoveOMeter
- p04_ColorMixingLamp
- p05_ServoMoodIndicator
- p06_LightTheremin
- p07_Keyboard
- p08_DigitalHourglass
- p09_MotorizedPinwheel
- p10_Zoetrope
- p11_CrystalBall
- p12_KnockLock
- p13_TouchSensorLamp
- p14_TweakTheArduinoLogo
- p15_HackingButtons
- 11.ArduinoISP(暫無)
- ArduinoISP