hii guys, sorry this might seem to be a silly question
what does /\b/g here means ,what is he trying to do with this code.
what does /\b/g here means ,what is he trying to do with this code.
Code:
var matches = $(field).val().match(/\b/g);
Comment