WMA link
Names
Names["List"]
The wildcard * matches any character:
*
Names["List*"]
The wildcard @ matches only lowercase characters:
@
Names["List@"]
x = 5;
Names["Global`*"]
The number of built-in symbols:
Length[Names["System`*"]]