Search
 
SCRIPT & CODE EXAMPLE
 

HTML

jstl length

<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>  
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>  
<html>  
<head>  
<title>JSTL fn:length() example</title>  
</head>  
<body>  
<c:set var="str1" value="This is first string"/>  
<c:set var="str2" value="Hello"/>  
Length of the String-1 is: ${fn:length(str1)}<br>  
Length of the String-2 is: ${fn:length(str2)}  
</body>  
</html>  
Comment

PREVIOUS NEXT
Code Example
Html :: add logo in html 
Html :: electron js linux dependency 
Html :: openGraph 1 
Html :: aria-haspopup 
Html :: command parse pipe output 
Html :: how to set a string in one line html 
Html :: html css slider 
Html :: how to insert div inside input 
Html :: arduino wireless communication 
Html :: javascript vs java 
Html :: zoom inkcanvas 
Html :: what is mac cloudkit 
Html :: axios retreaving index.html code 
Html :: how to create html file in android programmatically 
Html :: markdown open link in new tab 
Html :: how to show limited text in html greeper 
Html :: serbia meaning 
Html :: DWS Basic HTML Template 
Html :: html unidades de medida 
Html :: %2f in query 
Html :: audio play limit using jquery 
Html :: moving text in html 
Html :: how to create a link within an image in htm; 
Html :: js twice button click 
Html :: vertical line bootstrap 
Html :: how to hide youtube watermark from embedded video :2021 
Html :: how to create a video link in html 
Html :: meta theme-color example 
Html :: https://htmlcheatsheet.com/) 
Html :: html problem finder 
ADD CONTENT
Topic
Content
Source link
Name
2+6 =