1
0
mirror of https://github.com/nganhkhoa/malware.git synced 2024-06-10 21:32:07 +07:00

Update malware-tech_ref_and_memo.md

This commit is contained in:
mether049 2020-01-09 23:55:49 +09:00 committed by GitHub
parent 07d0ed27a3
commit 31b1dc61c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -120,7 +120,7 @@ to do...
> \`i\`e\`x("\`gal \`gal")
### Split method
- 文字列の分割
> 'bob@alice'.split('@') -> bob alice
> 'bob@alice'.split('@') -> bob alice<br>
> 'bob@alice' -split '@' -split "i" -> bob al ce
### Join method
- リストの結合