what's wrong with match() in javascript ?
var path = "D:\Programs\DeveloperTools";
var patt=/.+\\/g;
alert(path.match(patt));
The Result Should Be : D:\Programs\
|
what's wrong with match() in javascript ?
The Result Should Be : D:\Programs\ |
|||||||
|
|
Escape:
Now |
|||
|
|