projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
c3e6aebab04cf3189da4563885239a5962efbc76
[platform/framework/web/crosswalk-tizen.git]
/
1
'use strict';
2
3
var validRegExp = require('../../valid-reg-exp');
4
5
module.exports = function (string, replaceValue) {
6
validRegExp(this);
7
return String(string).replace(this, replaceValue);
8
};