PDA

View Full Version : Test s= followed by numbers deletion.



SportWagon
January 14th, 2014, 10:52 AM
If I enter..
s= followed immediately by 15eb3204e17775452660660d2c144e8d
it gets deleted as follows... (I hope)

Observe the following gets left.
S=15eb3204e17775452660660d2c144e8d

So for visiblity I enter three lines in each test...

s=<blank><something>
S=<something>
s=<something>


s= 1?
S=1
s=1

s= 10000000000000000000000000000000
S=10000000000000000000000000000000

s= 1000000000000000000000000000000
S=1000000000000000000000000000000
s=1000000000000000000000000000000

s= 100000000000000
S=100000000000000
s=100000000000000

s= 100000000000000000000000000000000
S=100000000000000000000000000000000
0

Interesting, so only 32 characters get eaten.

s= FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
S=FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
s=FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF

s= ffffffffffffffffffffffffffffffff
S=ffffffffffffffffffffffffffffffff

s= gggggggggggggggggggggggggggggggg
S=gggggggggggggggggggggggggggggggg

Therefore they do not need to be valid Hex...
And only digits and lowercase seem to count.

So, enter s= and a string of mixed numeric and lowercase characters of length 32 or greater, and the "s=" and the 32 characters will disappear.

S=123456789*123456789*123456789*12butthiswillremai n
s= 123456789*123456789*123456789*12butthiswillremain
s=123456789*123456789*123456789*12butthiswillremai n

S=123456789z123456789z123456789z12butthiswillremai n
s= 123456789z123456789z123456789z12butthiswillremain
butthiswillremain


(Additional oddity is strange spacing of "remain" as "remai n").
(Look at the source, Luke)