Pages

September 14, 2013

String Generator v1.0

So today I made a new version of my Chrome extension String Generator.

Changes:
* New pattern for text string: A[x]Z (because x is more text than *), which means, that every first character is A and last is Z.
* Second textarea to calculate the length of specified string. New available test case:


Maximum length of the field is 30 and type is text. I generate the string of 30 text characters and copy-paste it into the field - the last character Z is missing. But how many characters field is actually holding? I copy-paste the string in the field into second textarea of extension and press Enter - extension calculates that length of string is 25.



See new posts:
November 16, 2013 String Generator v2.0
December 4, 2013 String Generator v2.3
January 4, 2014 String Generator v2.4
March 1, 2014 String Generator v3.0
March 18, 2014 stringG v3.1
April 8, 2014 stringG v3.2