📄 kwic.doc
字号:
. and tell how many hex characters
. were in the string ............... atoh2
.
convert an ASCII hex string to a numerical value ...... atoh
.
convert an ASCII hex string to a numerical value ..... atolh
.
get the pointer to the first hex digit in a string ......... ptrfirsthex
.
get the pointer to the last hex digit in a string .......... ptrlasthex
.
get the pointer to the last hex digit in a string ....... ptrlastnothex
.
get the pointer to the next hex digit in a string .......... ptrnexthex
.
get the pointer to the .
previous character which is .
not a hex digit ................... ptrprevnothex
.
get the pointer to the .
previous hex digit ...................... ptrprevhex
.
convert a hexadecimal digit to
. the corresponding ASCII
. character. ........................ htoc
.
computes the logical checksum .
of a string, independant of case ......... strchecksumil
.
delete a substring, independant of case, from a
. string ...................... strsubdeli
.
delete all occurrences of a .
given character, independant of case ......... strchrdelinew
.
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
.
delete, from a string, all .
occurrences of a given .
character, independant of case ............ strchrdeli
.
get the pointer to the next .
occurrence of a substring, independant of case ........... ptrnextsubi
.
replace all occurrences, independant of case, of one
. character with another
. character ................ strchrrplinew
.
replace all occurrences, independant of case, of one
. substring with
. another ............... strsubrpliallnew
.
replace an occurrence, independant of case, of one
. substring with another
. substring ................... strsubrpli
.
return the count of .
occurrences, independant of case, of a
. character in a given
. string .................... strchrcounti
.
return the count of .
occurrences, independant of case, of a
. substring in a string ..... strsubcounti
.
delete a substring from a .
string, independent of case ......... strsubdelinew
.
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 last .
occurrence, independent of case, of a
. character which is not the
. specified character ..... ptrlastnotchri
.
get the pointer to the last .
occurrence, independent of case, of a
. substring .................. ptrlastsubi
.
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
.
get thepointer to the previous .
occurrence of a substring, independent of case ........... ptrprevsubi
.
replace all occurrences, independent of case, of one
. substring with another ... strsubrpliall
.
get the index of a pointer in a string ... strindex
.
computes the arithmetic .
checksum of a string indpendant of case .......... strchecksumia
.
replace all matching .
characterss, indpendant of case ............. strchrrpli
.
replace an occurrence, indpendant of case, of one
. substring with another
. substring ................ strsubrplinew
.
insert one string into another
. string ....................... strinsert
.
insert one string into another
. string .................... strinsertnew
.
convert a string with commas .
to an integer ....................... strcommatoi
.
convert a string with commas .
to an unsigned integer ...................... strcommatoui
.
convert an integer to a string with
. commas ..................... strcommafri
.
convert an integer to an ASCII-decimal digit .... dtoc
.
convert an unsigned integer to a string with
. commas .................... strcommafrui
.
left justify a string ................ strlfjust
.
left justify a string ............. strlfjustnew
.
right justify a string ................ strrtjust
.
right justify a string ............. strrtjustnew
.
get the larger of a number and the length
. of a string .................. strlenmax
.
get the last text word in a string .... strtextlast
.
get the last word in a string ......... strwordlast
.
get the pointer to the last blank in a string ....... ptrlastblank
.
get the pointer to the last character in a string other
. than text word
. terminators ......... ptrlastnottextterm
.
get the pointer to the last character in a string other
. than word
. terminators ......... ptrlastnotwordterm
.
get the pointer to the last character in a string which
. is not a decimal digit ... ptrlastnotdig
.
get the pointer to the last decimal digit in a
. string ...................... ptrlastdig
.
get the pointer to the last hex digit in a string ..... ptrlasthex
.
get the pointer to the last hex digit in a
. string ................... ptrlastnothex
.
get the pointer to the last non-blank in a
. string ................. ptrlastnotblank
.
get the pointer to the last non-whitespace character in
. a string ............... ptrlastnotwhite
.
get the pointer to the last occurrence in a string of
. any character in a range
. of characters ............. ptrlastrange
.
get the pointer to the last occurrence in a string of
. any character which is not in a
. range of characters .... ptrlastnotrange
.
get the pointer to the last occurrence of a character from
. a group of characters ........ ptrlastgr
.
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 of a
. substring ................... ptrlastsub
.
get the pointer to the last occurrence of any
. character which is not in a group
. of characters ............. ptrlastnotgr
.
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 last occurrence, independent of
. case, of a substring ....... ptrlastsubi
.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -