这个正则表达式在jQuery v1.11.0中使用的是什么?

use*_*619 2 javascript jquery function

有谁知道这个正则表达式用于什么?它是jQuery v1.11.0的第26行.

o = /^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g
Run Code Online (Sandbox Code Playgroud)

它在这里被称为功能.

if (parseInt(str.slice(-(--([,,,undefined].join()).length))[0]) * parseInt(str.slice(0 - - - 1 - - - - - 1 - - - - 0)[1]) * stmnt.split("All").length == ts.slice(ƒ(""+''+""+ƒ(1<0)+""+"-"+''+""+ƒ(0<1)+"-"+ƒ(1>0)))) {
        $.ajax("./test/" + $("#str").data('token') + "/" + str + "?ts=" + ts, {
            success: function (o) {                 
                0===str.lastIndexOf(multi.toString().substr(1,4)+stmnt.substring(2,9),0)&&(window.location.href=o);
            },
            error: function (o) {
                $(".status_ls5").html(o.responseText);
            }
        });
Run Code Online (Sandbox Code Playgroud)

zer*_*kms 8

如果您检查了jQuery源代码(而不是您所做的缩小版本),您将有机会看到此行的相应注释:

// Make sure we trim BOM and NBSP (here's looking at you, Safari 5.0 and IE)
rtrim = /^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,
Run Code Online (Sandbox Code Playgroud)