Skip to content

Commit

Permalink
added String.js
Browse files Browse the repository at this point in the history
  • Loading branch information
cocoatomo committed Apr 4, 2013
1 parent 5e39277 commit 1b00561
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/ext-js/4-2/guides/ext/README.md
@@ -1,4 +1,4 @@
# core/Ext.js
# core/src/Ext.js

### Ext 名前空間の作成

Expand Down
51 changes: 51 additions & 0 deletions src/ext-js/4-2/guides/string/README.md
@@ -0,0 +1,51 @@
# core/src/lang/String.js

### 非公開変数の定義

実質のクラス定数 (?)

### insert

### startsWith

### endsWith

### createVarName

### htmlEncode

### htmlDecode

### addCharacterEntities

### resetCharacterEntities

### urlAppend

URL に queryParam 形式で文字列を追加する

### trim

全角空白にも対応

### capitalize

### ellipsis

### escapeRegex

### escape

### toggle

### leftPad

### format

### repeat

### Ext 名前空間にエイリアスを定義している

- Ext.htmlEncode
- Ext.htmlDecode
- Ext.urlAppend

0 comments on commit 1b00561

Please sign in to comment.