📄 kwic.doc
字号:
.
delete all occurrences of a substring in
. a string .................. strsubdelall
.
delete all occurrences of a substring in
. a string ............... strsubdelallnew
.
delete all occurrences, independant of
. case, of a substring from a
. string ................... strsubdeliall
.
delete all occurrences, independant of
. case, of a substring in a
. string ................ strsubdeliallnew
.
replace all occurrences of one substring
. with another .............. strsubrplall
.
replace all occurrences of one substring
. with another ........... strsubrplallnew
.
replace all occurrences, independant of
. case, of one substring with
. another ............... strsubrpliallnew
.
replace all occurrences, independent of
. case, of one substring with
. another .................. strsubrpliall
.
computes the arithmetic checksum of a
. string indpendant of
. case ..................... strchecksumia
.
computes the arithmetic checksum of a
. string. ................... strchecksuma
.
convert an ASCII hex string to a numerical
. value ............................. atoh
.
convert a binary digit to the
. corresponding ASCII character. .... btoc
.
convert an ASCII character to .
the equivalent binary digit ......................... ctob
.
get the pointer to the first blank in a string ........... ptrfirstblank
.
get the pointer to the last blank in a string ............ ptrlastblank
.
get the pointer to the next blank in a string ............ ptrnextblank
.
get the pointer to the .
previous blank ........................ ptrprevblank
.
compress excess blanks to TAB characters .... strblanktotab
.
expand TABs to blanks ...................... strtabtoblank
.
set a string to all blanks ........................... strblank
.
convert a character from C-sequence format to a
. single character ........... strchrfromc
.
convert a character to C-sequence format ............... strchrtoc
.
convert a string containing C-sequence format characters to
. a string having only normal
. (non-C) format characters ..... strfromc
.
convert a string to C-sequence format .................. strtoc
.
convert all lower case letters in a string to
. upper case .................. strtoupper
.
convert all lower case letters in a string to
. upper case ............... strtouppernew
.
convert all upper case letters in a string to
. lower case .................. strtolower
.
convert all upper case letters in a string to
. lower case ............... strtolowernew
.
center a string and force it to
. a specified size ............ strcentern
.
center a string and force it to
. a specified size ......... strcenternnew
.
center a string ................. strcenter
.
center a string .............. strcenternew
.
delete (from a string) all .
occurrences of a given character .................... strchrdelnew
.
delete, from a string, all .
occurrences of a given character ....................... strchrdel
.
get the pointer to the first .
occurrence in a string of a .
specified character ..................... ptrfirstchr
.
get the pointer to the first .
occurrence of a character .
which is not the specified character .................. ptrfirstnotchr
.
get the pointer to the last .
occurrence of a character in a string .......... ptrlastchr
.
get the pointer to the last .
occurrence of a character in a .
string which is not the .
specified character ................... ptrlastnotchr
.
get the pointer to the last .
occurrence, independent of .
case, of a character in a string ......... ptrlastchri
.
get the pointer to the last .
occurrence, independent of .
case, of a character which is .
not the specified character .................. ptrlastnotchri
.
get the pointer to the next .
occurrence in a string of a .
character which is not the .
specified character ................... ptrnextnotchr
.
get the pointer to the next .
occurrence in a string of a .
specified character ...................... ptrnextchr
.
get the pointer to the .
previous occurrence of a character ...................... ptrprevchr
.
get the pointer to the .
previous occurrence of a .
character which is not the .
specified character ................... ptrprevnotchr
.
replace all occurrences of one character in a string with
. another character ............ strchrrpl
.
replace all occurrences of one character with another
. character ................. strchrrplnew
.
replace all occurrences, .
independant of case, of one character with another
. character ................ strchrrplinew
.
return the count of .
occurrences of a particular character in a given string ... strchrcount
.
return the count of .
occurrences, independant of .
case, of a character in a given
. string .................... strchrcounti
.
delete all occurrences of a .
given character, independant of
. case ..................... strchrdelinew
.
delete, from a string, all .
occurrences of a given character, independant of
. case ........................ strchrdeli
.
get the pointer to the first .
occurrence in a string of a .
specified character, independent of
. case ...................... ptrfirstchri
.
get the pointer to the first .
occurrence of a character .
which is not the specified character, independent of
. case ................... ptrfirstnotchri
.
get the pointer to the next .
occurrence in a string of a .
character which is not the .
specified character, independent of
. case .................... ptrnextnotchri
.
get the pointer to the next .
occurrence in a string of a .
specified character, independent of
. case ....................... ptrnextchri
.
get the pointer to the .
previous occurrence of a .
character which is not the .
specified character, independent of
. case .................... ptrprevnotchri
.
get the pointer to the .
previous occurrence of a character, independent of
. case ....................... ptrprevchri
.
replace all matching characterss, indpendant of
. case ........................ strchrrpli
.
computes the arithmetic checksum of a string indpendant
. of case .................. strchecksumia
.
computes the arithmetic checksum of a string. ........ strchecksuma
.
computes the logical checksum of a string, independant
. of case .................. strchecksumil
.
computes the logical checksum of a string. ........ strchecksuml
.
convert a long number to a .
string with commas ........................ strcommafrl
.
convert a string with commas to a long .............. strcommatol
.
convert a string with commas to an integer .......... strcommatoi
.
convert a string with commas to an unsigned
. integer ................... strcommatoui
.
convert a string with commas to an unsigned long ... strcommatoul
.
convert an integer to a string .
with commas ........................ strcommafri
.
convert an unsigned integer to .
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -