JQuery Charecters

JQuery Charecters

In the following line of script, what do the charecters listed within the .split() denote?:

var words = $( "p" ).first().text().split( /\s+/ );


Also, where can I get a list that would outline character selection when setting the parameters of JQuery methods (ie. just as was done in the script shown above this question)?