Top "String-length" questions

String length most commonly refers to the number of characters contained within a string.

Calculate the display width of a string in Java

How to calculate the length (in pixels) of a string in Java? Preferable without using Swing. EDIT: I would like …

java string-length
Get column value length, not column max length of value

How do I get actual length of value in column? My (oracle) sql command returns maximum length of value that …

oracle string-length
Measure string size in Bytes in php

I am doing a real estate feed for a portal and it is telling me the max length of a …

php string string-length
SQL SELECT everything after a certain character

I need to extract everything after the last '=' (http://www.domain.com?query=blablabla - > blablabla) but …

mysql sql substring string-length
String field value length in mongoDB

The data type of the field is String. I would like to fetch the data where character length of field …

mongodb field string-length
How to get the number of Characters in a String?

How can I get the number of characters of a string in Go? For example, if I have a string "…

string go character string-length
PHP - Get length of digits in a number

I would like to ask how I can get the length of digits in an Integer. For example: $num = 245354; $numlength = …

php numbers string-length
DataAnnotations StringLength Attribute MVC - without max value

I am using Data Annotations for Model validation in MVC4 and am currently using the StringLengthAttribute however i do NOT …

asp.net-mvc asp.net-mvc-4 data-annotations minimum string-length
java.util.UUID.randomUUID().toString() length

Does java.util.UUID.randomUUID().toString() length always equal to 36? I was not able to find info on that. Here …

java string random uuid string-length
Remove Element from Set

I'm trying to remove all Strings that are of even length in a set. Here is my code so far, …

java string foreach set string-length