## 字符串
~~~
├─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