• Home
  • Raw
  • Download

Lines Matching full:string

14 string replace regexp flag is g: 44
15 string replace regexp flag is gi :15
16 string replace regexp pattern is /([^d]*)(d*)([^w]*)/ : 161
17 string split number of input parameters is 2 : 70
18 string split number of input parameters is 1 : 35
19 string split into regexp.split : 22
20 string indexOf input parameter is a substring : 14
21 string indexOf Input parameter is not a substring : 15
22 string indexOf number of input parameters is 2 : 11
23 string slice number of input parameters is 1 : 17
24 string slice number of input parameters is 2 : 18
25 string slice input parameter is negative : 18
26 string substring the first parameter is less than the second parameter : 18
27 string substring the first parameter is greater than the second parameter : 18
28 string substring The first parameter is equal to the second parameter : 11
29 string substr the two parameters are adjacent numbers : 17
30 string substr negative number in parameter : 18
31 string substr number of input parameters is 2 : 17
32 string replace into string.replace searchtag in the middle of the input parameter : 59
33 string replace into string.replace searchtag in the beginning of the input parameter : 46
34 string replace into string.repalce : 55
35 string repeat the parameter is integer : 18
36 string repeat the parameter is double : 19
37 string repeat the return value is himself : 15
38 string startsWith return true : 12
39 string startsWith return true : 12
40 string startsWith return false : 12
41 string charCodeAt small input parameter value : 9
42 string charCodeAt bigger input parameter value : 10
43 string charCodeAt index out of range : 9
44 string charAt small input parameter value : 10
45 string charAt bigger input parameter value : 9
46 string charAt index out of range : 10
47 string toLowerCase Hello World. How are you doing? : 18
48 string toLowerCase The quick brown fox jumps over the lazy dog : 18
49 string toLowerCase Hello World : 18
50 string toUpperCase Hello World. How are you doing? : 16
51 string toUpperCase Hello World : 16
52 string toUpperCase The quick brown fox jumps over the lazy dog. : 18
53 string localeCompare letter a is before c yielding a negative value : 503
54 string localeCompare Alphabetically the word check after against yielding a positive value : 13
55 string localeCompare a and a are equivalent yielding a neutral value of zero : 7
56 This is a test string to test the interface string rim : 5
57 Hello world! string trim : 6
58 This is a test string string trim : 5