projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
6f7d4b719e218e2ff76d56fba2d128b084bb6bf4
[platform/framework/web/crosswalk-tizen.git]
/
1
'use strict';
2
3
var str = 'razdwatrzy';
4
5
module.exports = function () {
6
if (typeof str.contains !== 'function') return false;
7
return ((str.contains('dwa') === true) && (str.contains('foo') === false));
8
};