[Solved] What dose it mean ‘regex’ on javascript? [closed]
Regex is a regular expression for example disecting parts of text from a bigger collection of text. Say for example that you want to find all names in a newspaper. Instead of reading the entire thing looking for each name you can make a regex model of finding every word starting with a capital letter … Read more