Featured vector

No vectors found in the last 30 days

Fuzz vector cloud

1,393,934 Successful fuzzes

Fuzz Database


28.0
Vector
Characters that allow a new statement to begin2
Navigation - Found 7 record(s). Page 1 of 1
Char
Name <control> = LINE FEED (LF)
Test case View test case
Charcode 10
Hex 0x0a
Vector <script> var a={} b=logChr(10); </script>
View details
...
Char
Name <control> = CARRIAGE RETURN (CR)
Test case View test case
Charcode 13
Hex 0x0d
Vector <script> var a={} b=logChr(13); </script>
View details
...
Char ,
Name COMMA = decimal separator
Test case View test case
Charcode 44
Hex 0x2c
Vector <script> var a={},b=logChr(44); </script>
View details
...
Char .
Name FULL STOP = period, dot, decimal point
Test case View test case
Charcode 46
Hex 0x2e
Vector <script> var a={}.b=logChr(46); </script>
View details
...
Char ;
Name SEMICOLON
Test case View test case
Charcode 59
Hex 0x3b
Vector <script> var a={};b=logChr(59); </script>
View details
...
Char
Name LINE SEPARATOR
Test case View test case
Charcode 8232
Hex 0x2028
Vector <script> var a={}
b=logChr(8232); </script>
View details
...
Char
Name PARAGRAPH SEPARATOR
Test case View test case
Charcode 8233
Hex 0x2029
Vector <script> var a={}
b=logChr(8233); </script>
View details
...
Navigation - Found 7 record(s). Page 1 of 1