You are hereJavascript
Javascript
Unble to enter Mac Address to Mac filter of Router, Solution
In a router it is possible to strengthen the wifi security by adding mac filtering. Select wifi settings, select mac filter menu, choose allow/deny access and then enter mac address of the machine to be allowed/denied.
Ariel Flesler: String Tokenizer for Javascript
This small class can easily parse a string, and generate different kind of tokens. It's very simple and straight-forward. It can perform as a base for other string parsing scripts, like templating engines, custom language interpreters, and many more.
tokenize - String tokenizer in Javascript? - Stack Overflow
You probably don't even need to filter, just split using this Regular Expression:
" I dont know what you mean by glory Alice said.".split(/\b\s+/)