FINALLY a tool that suits my needs!

Started by
41 comments, last by SiCrane 8 years, 11 months ago

http://string-functions.com/length.aspx

thank god somebody figured it out, eh?!!!

Mobile Developer at PawPrint Games ltd.

(Not "mobile" as in I move around a lot, but as in phones, mobile phone developer)

(Although I am mobile. no, not as in a babies mobile, I move from place to place)

(Not "place" as in fish, but location.)

Advertisement

Bookmarked !

I have to ask, when is this useful?

Couldn't you have a function that returns the string length?

Test the length of a return key.


	 public int StringLenght (String s){
		 return s.length();
	 }

I cannot remember the books I've read any more than the meals I have eaten; even so, they have made me.

~ Ralph Waldo Emerson


	 public int StringLenght (String s){
		 return s.length();
	 }

Sure, if you want to expose yourself to security risks. rolleyes.gif

Real programmers feed their strings to Amazon Mechanical Turk, who count the characters manually. Including the invisible ones.

Don't worry. I'm sure some patent troll owns the "strlen" patent. They should receive a DMCA Takedown soon.

I think, therefore I am. I think? - "George Carlin"
My Website: Indie Game Programming

My Twitter: https://twitter.com/indieprogram

My Book: http://amzn.com/1305076532

Don't worry. I'm sure some patent troll owns the "strlen" patent


I'm sure they paid the royalties. Its the troll who owns the patent on a variable length sequence of characters they need to worry about... :lol:

* runs to the patent office *

I cannot remember the books I've read any more than the meals I have eaten; even so, they have made me.

~ Ralph Waldo Emerson

* runs to the patent office *

Not if I beat you!

FastCall22: "I want to make the distinction that my laptop is a whore-box that connects to different network"

Blog about... stuff (GDNet, WordPress): www.gamedev.net/blog/1882-the-cuboid-zone/, cuboidzone.wordpress.com/

This topic is closed to new replies.

Advertisement