Preparing search index...
The search index is not available
koiostools
koiostools
endWith
Function endWith
end
With
(
str
,
end
)
:
boolean
判断字符串是否是以end结尾
Parameters
str
:
string
字符串
end
:
string
结尾的字符串
Returns
boolean
boolean
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
src
array.ts
arrayEqual
arrayUnique
string.ts
capitalize
compressRepeatedStr
countMatches
defaultIfBlank
defaultIfEmpty
defaultString
deleteWhitespace
endWith
equals
equalsIgnoreCase
escapeMetacharacter
format
isAllLowerCase
isAllUpperCase
isAlpha
isAlphaSpace
isAlphanumeric
isAlphanumericSpace
isBlank
isChinese
isDecimal
isEmpty
isInteger
isNegativeInteger
isNotBlank
isNotEmpty
isNumeric
isNumericSpace
isPositiveDecimal
isPositiveInteger
isSpecialCharacterAlphanumeric
isWhitespace
leftPad
nullToStr
removeChinese
removeSpecialCharacter
repeat
reverse
rightPad
split
startWith
swapCase
trim
uncapitalize
function.ts
compareVersion
debounce
throttle
img.ts
convertImgStreamToBase64
downloadImgStream
deepClone.ts
deepClone
formatFloat.ts
formatFloat
formatMoney.ts
formatMoney
device.ts
getBrowserInfo
cookie.ts
getCookie
removeCookie
setCookie
verify.ts
isAppleDevice
isArray
isBoolean
isColor
isDate
isEmail
isFunction
isIdCard
isMobile
isNumber
isObject
isPhoneNum
isString
isUndef
isUrl
object.ts
isEmptyObject
date.ts
isLeapYear
isSameDay
remainTime
file.ts
isPdf
urlQuery.ts
parseQueryString
stringfyQueryString
random.ts
randomColor
randomName
randomNum
randomPhone
sum.ts
sum
Generated using
TypeDoc
判断字符串是否是以end结尾