This website requires JavaScript.
Explore
Help
Sign In
s434730
/
RandomSec
Watch
3
Star
0
Fork
0
You've already forked RandomSec
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
07b1665749
RandomSec
/
main
/
webapp
/
scripts
/
util
/
string.js
3 lines
96 B
JavaScript
Raw
Normal View
History
Unescape
Escape
More scaffolding. We can now upload a tsv/csv file and create and persist a project. git-svn-id: http://google-refine.googlecode.com/svn/trunk@3 7d457c2a-affb-35e4-300a-418c747d4874
2010-01-25 23:51:25 +01:00
String
.
prototype
.
trim
=
function
(
)
{
return
this
.
replace
(
/^\s+/
,
''
)
.
replace
(
/\s+$/
,
''
)
;
JSLint: semicolons git-svn-id: http://google-refine.googlecode.com/svn/trunk@423 7d457c2a-affb-35e4-300a-418c747d4874
2010-04-08 21:52:23 +02:00
}
;
Reference in New Issue
Copy Permalink