Tag

String handling

0 views collected around this technical thread.

macrozheng
macrozheng
Apr 17, 2025 · Fundamentals

Mastering Apache Commons StringUtils: When to Use isEmpty, isBlank, and Their Variants

This article explains the differences between Apache Commons StringUtils methods such as isEmpty, isBlank, and their extended variants, provides practical code examples for each, and guides developers on choosing the appropriate utility for handling null, empty, or whitespace strings in Java.

Apache CommonsJavaString handling
0 likes · 7 min read
Mastering Apache Commons StringUtils: When to Use isEmpty, isBlank, and Their Variants
Java Captain
Java Captain
Feb 14, 2025 · Fundamentals

Understanding Apache Commons StringUtils: isEmpty, isBlank, and Related Methods

This article explains the differences and usage of Apache Commons Lang3 StringUtils methods such as isEmpty, isNotEmpty, isAnyEmpty, isNoneEmpty, isBlank, isNotBlank, isAnyBlank, and isNoneBlank, providing code examples and behavioral details for handling null, empty, and whitespace strings in Java.

Apache CommonsJavaString handling
0 likes · 6 min read
Understanding Apache Commons StringUtils: isEmpty, isBlank, and Related Methods
php中文网 Courses
php中文网 Courses
Oct 15, 2024 · Backend Development

Using PHP strpos() to Find Character and Substring Positions

This article explains PHP's strpos() function, covering its syntax and demonstrating how to locate characters, substrings, and use an offset through clear code examples, enabling developers to efficiently perform string position searches.

Backend DevelopmentCode ExamplePHP
0 likes · 5 min read
Using PHP strpos() to Find Character and Substring Positions
Java Architect Essentials
Java Architect Essentials
Mar 6, 2024 · Fundamentals

Exploring Apache Commons Lang StringUtils: isEmpty, isBlank, and Related Methods

This article introduces the Apache Commons Lang StringUtils class, demonstrating how its isEmpty, isNotEmpty, isAnyEmpty, isNoneEmpty, isBlank, isNotBlank, isAnyBlank, and isNoneBlank methods work with practical code examples and explains their behavior for different input scenarios.

Apache CommonsJavaString handling
0 likes · 7 min read
Exploring Apache Commons Lang StringUtils: isEmpty, isBlank, and Related Methods
php中文网 Courses
php中文网 Courses
Oct 30, 2023 · Backend Development

Comprehensive Guide to PHP String Handling: Definitions, Functions, and Advanced Techniques

This article provides a comprehensive overview of PHP string handling, covering definition, basic operations, common functions, and advanced techniques such as regular expressions, formatting, and multilingual support, with code examples to illustrate each concept.

ProgrammingString handlingTutorial
0 likes · 4 min read
Comprehensive Guide to PHP String Handling: Definitions, Functions, and Advanced Techniques
php中文网 Courses
php中文网 Courses
Sep 18, 2023 · Backend Development

PHP htmlspecialchars_decode() Function: Syntax, Usage Examples, and Precautions

The article explains PHP's htmlspecialchars_decode() function, detailing its syntax, parameters, example code for converting HTML entities back to characters, and important usage considerations such as flags and encoding options for developers in web development.

BackendHTML entitiesPHP
0 likes · 5 min read
PHP htmlspecialchars_decode() Function: Syntax, Usage Examples, and Precautions
php中文网 Courses
php中文网 Courses
Sep 16, 2023 · Backend Development

Understanding PHP's html_entity_decode() Function

This article explains the PHP html_entity_decode() function, covering its syntax, parameters, return value, practical usage examples, and important considerations for correctly converting HTML entities back to their original characters in web applications.

BackendPHPString handling
0 likes · 5 min read
Understanding PHP's html_entity_decode() Function
php中文网 Courses
php中文网 Courses
Aug 31, 2023 · Backend Development

Understanding PHP implode() Function: Syntax, Examples, and Use Cases

This article explains PHP's implode() function, covering its syntax, basic usage, and practical examples such as creating comma‑separated strings, building SQL IN clauses, and generating HTML lists, while providing clear code snippets for each scenario.

BackendString handlingarray
0 likes · 5 min read
Understanding PHP implode() Function: Syntax, Examples, and Use Cases
Architecture Digest
Architecture Digest
Aug 11, 2023 · Fundamentals

Understanding Apache Commons Lang StringUtils: isEmpty, isBlank, and Related Methods

This article explains the behavior and differences of Apache Commons Lang StringUtils methods such as isEmpty, isNotEmpty, isAnyEmpty, isNoneEmpty, isBlank, isNotBlank, isAnyBlank, and isNoneBlank, providing usage examples, return values, and source code snippets for each method.

Apache Commons LangJavaString handling
0 likes · 6 min read
Understanding Apache Commons Lang StringUtils: isEmpty, isBlank, and Related Methods
Selected Java Interview Questions
Selected Java Interview Questions
Dec 6, 2022 · Backend Development

Understanding Apache Commons Lang StringUtils isEmpty/isBlank Methods in Java

This article explains the various Apache Commons Lang StringUtils methods such as isEmpty, isNotEmpty, isAnyEmpty, isNoneEmpty, isBlank, isNotBlank, isAnyBlank, and isNoneBlank, providing usage examples, code snippets, and detailed behavior for handling null, empty, and whitespace strings in Java.

Apache Commons LangBackend DevelopmentString handling
0 likes · 7 min read
Understanding Apache Commons Lang StringUtils isEmpty/isBlank Methods in Java
Architect's Tech Stack
Architect's Tech Stack
Nov 22, 2022 · Backend Development

Exploring Apache Commons Lang StringUtils: isEmpty, isBlank, and Related Methods

This article provides a comprehensive overview of Apache Commons Lang's StringUtils class, explaining the behavior of isEmpty, isNotEmpty, isAnyEmpty, isNoneEmpty, isBlank, isNotBlank, isAnyBlank, and isNoneBlank methods with code examples and a summary of additional useful utilities.

Apache Commons LangJavaString handling
0 likes · 8 min read
Exploring Apache Commons Lang StringUtils: isEmpty, isBlank, and Related Methods