Tag

String methods

1 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Sep 8, 2023 · Fundamentals

Python Basic Types and Common Operations

This article provides a comprehensive overview of Python's fundamental data types—including int, float, str, list, dict, set, and tuple—and details common operations, methods, built‑in functions, and file handling techniques essential for mastering basic Python programming.

File I/OString methodsbasics
0 likes · 19 min read
Python Basic Types and Common Operations
Python Programming Learning Circle
Python Programming Learning Circle
Aug 5, 2022 · Fundamentals

Python String Methods: Upper, Lower, Count, Strip, Split, Replace, Join, and More

This article introduces essential Python string methods—including upper(), lower(), count(), strip(), lstrip(), rstrip(), split(), join(), replace(), isdigit(), isspace(), startswith(), and endswith()—explaining their use cases with clear examples and code snippets for effective text processing.

PythonString methodsTutorial
0 likes · 11 min read
Python String Methods: Upper, Lower, Count, Strip, Split, Replace, Join, and More
Python Programming Learning Circle
Python Programming Learning Circle
Apr 22, 2021 · Fundamentals

Common Built‑in String Methods in Python

This article introduces Python’s built‑in string class and explains ten commonly used string methods—including center, count, find, swapcase, startswith/endswith, split, case conversions, justification, strip, and zfill—detailing their syntax, parameters, and example usages while emphasizing that they return new strings without altering the original.

PythonString methodsUnicode
0 likes · 9 min read
Common Built‑in String Methods in Python
Python Programming Learning Circle
Python Programming Learning Circle
Sep 29, 2019 · Fundamentals

Master Python’s Core Data Structure Methods: Strings, Lists, Dictionaries, and Sets

This guide walks through Python’s essential string, list, dictionary, and set methods, explaining their behavior and showing interactive examples for searching, joining, splitting, case conversion, element manipulation, and set operations in detail.

PythonString methodsdictionary methods
0 likes · 16 min read
Master Python’s Core Data Structure Methods: Strings, Lists, Dictionaries, and Sets
Ops Development Stories
Ops Development Stories
Dec 13, 2018 · Fundamentals

Master Python Data Types, Operators, and String Formatting: A Complete Guide

This article provides a comprehensive overview of Python fundamentals, covering built‑in data types, number representations, base conversions, arithmetic and logical operators, operator precedence, common math functions, string manipulation techniques, and multiple approaches to string formatting.

PythonString methodsdata types
0 likes · 27 min read
Master Python Data Types, Operators, and String Formatting: A Complete Guide
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Jun 9, 2017 · Frontend Development

Master JavaScript Regex: String Methods and RegExp Object Explained

This article explains the two main aspects of using regular expressions in JavaScript—string methods such as search, replace, match, and split, and the RegExp object with its properties, constructor, and methods like exec, test, and compile, including practical tips and common pitfalls.

JavaScriptPattern matchingRegExp
0 likes · 6 min read
Master JavaScript Regex: String Methods and RegExp Object Explained