You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

54 lines
702 B
YAML

javascriptGlobal:
- String
javascriptStringStaticMethod:
- fromCharCode
- fromCodePoint
javascriptStringMethod:
- anchor
# - big
# - blink
# - bold
- charAt
- charCodeAt
- codePointAt
- concat
# - contains
- endsWith
# - fixed
# - fontcolor
# - fontsize
- includes
- indexOf
# - italics
- lastIndexOf
- link
- localeCompare
- match
- normalize
# - quote
- repeat
- replace
- search
- slice
# - small
- split
- startsWith
# - strike
# - sub
- substr
- substring
# - sup
- toLocaleLowerCase
- toLocaleUpperCase
- toLowerCase
# - toSource
- toString
- toUpperCase
- trim
# - trimLeft
# - trimRight
- valueOf