Introduction - If you have any usage issues, please Google them yourself
Lexical analysis is the process of converting character sequence into token sequence in computer science. The program or function for lexical analysis is called lexer or scanner.