mirror of
https://github.com/dlang/phobos.git
synced 2025-05-05 01:20:40 +03:00
Remove deprecated string methods from the book table
This commit is contained in:
parent
1d07393f53
commit
2bb668f4e9
1 changed files with 0 additions and 5 deletions
|
@ -11,7 +11,6 @@ $(TR $(TH Category) $(TH Functions) )
|
|||
$(TR $(TDNW Searching)
|
||||
$(TD
|
||||
$(MYREF column)
|
||||
$(MYREF inPattern)
|
||||
$(MYREF indexOf)
|
||||
$(MYREF indexOfAny)
|
||||
$(MYREF indexOfNeither)
|
||||
|
@ -22,16 +21,12 @@ $(TR $(TDNW Searching)
|
|||
)
|
||||
$(TR $(TDNW Comparison)
|
||||
$(TD
|
||||
$(MYREF countchars)
|
||||
$(MYREF isNumeric)
|
||||
)
|
||||
)
|
||||
$(TR $(TDNW Mutation)
|
||||
$(TD
|
||||
$(MYREF capitalize)
|
||||
$(MYREF munch)
|
||||
$(MYREF removechars)
|
||||
$(MYREF squeeze)
|
||||
)
|
||||
)
|
||||
$(TR $(TDNW Pruning and Filling)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue