Explore tweets tagged as #stringfunctions
@DolphinDB_Comm
DolphinDB Community
29 days
lpad(str, length, [pattern]) pads strings (or table string cols) on the left! 🧩Ignores non-string columns—customize padding with an optional pattern. Perfect for text alignment. #DolphinDB #StringFunctions #TextFormatting
0
0
0
@DolphinDB_Comm
DolphinDB Community
24 days
rpad(str, length, [pattern]) pads strings on the right with your chosen pattern! 🧩Reach the target length easily—great for text alignment or standardizing string formats. #DolphinDB #StringFunctions #TextFormatting
0
0
0
@DolphinDB_Comm
DolphinDB Community
29 days
left(X, n) grabs the first n characters of X! ←Works on strings + table string columns (ignores other column types). Perfect for quick text slicing. #DolphinDB #StringFunctions #DataSlicing
0
0
0
@AbdulbasitOnaa2
PocketScapes 📸👨‍💼
3 years
📚 Today's coding challenge: Master string functions in C! 🧵🔤 Enhance your programming skills by exploring strncat, strlen, and strstr, strset, strrev, etc. 🚀 Level up your string manipulation game! 💪💻 #CProgramming #StringFunctions #CodingChallenge"
1
0
5
@lkwiatkowski94
Łukasz Kwiatkowski
6 months
📅 PHP Coding Tips - Day 91 ❗️Use str_contains() for Clean String Checks 🔍 ✅ Available since PHP 8. ❓ Still using strpos()? #PHP #ModernPHP #StringFunctions #100DaysOfPHP
0
0
1
@Favboladale
Boladale Akinpelu✨
2 years
Day 4 I used string functions( LENGTH, INSTR, SUBSTR, CONCAT, TRIM, etc) to clean format, extract, and modify data within my database. #Day4 #30DaysOfSQL #SQL #StringFunctions #Data
0
2
6
@DolphinDB_Comm
DolphinDB Community
24 days
repeat(X, n) returns the string X repeated n times! 🔁 Super simple for duplicating text—ideal for quick string generation or pattern creation. #DolphinDB #StringFunctions #TextGeneration
0
0
0
@DigitalMelodic
Digital Melodic
2 years
Unleash the Power of Strings: Python's String Methods for Efficient Text Manipulation and Data Processing. . . . #PythonStringMethods #TextManipulation #StringOperations #StringFunctions #StringProcessing #DataParsing #StringManipulation #PythonProgramming #digitalmelodic
0
0
0
@DigitalMelodic
Digital Melodic
2 years
Mastering the Art of Strings: Unleashing Powerful Functionalities in JavaScript for Dynamic Text Manipulation. . . . #JavaScriptStrings #StringManipulation #StringMethods #StringOperations #StringFunctions #TextProcessing #StringUtilities #StringParsing #digitalmelodic
0
0
0
@anish2good
Anish
18 days
Unlock the power of text manipulation with 60+ free online string converter tools! From Base64 encoding to UUID generation, streamline your development process today. 🔧 Try it: https://t.co/JDm8xtFc2a #Developers #DevTools #OpenSource
0
0
0
@keyskillset
keySkillset
2 years
A Simple Guide to SQL Functions for Data Analysis! 📊✨ Explore Aggregates, Strings, and Dates with ease Check our LinkedIn page for details: https://t.co/lfC9swNjtM #SQL #DataAnalysis #AggregateFunctions #StringFunctions #DateFunctions #Database #SQLSyntax #Coding #Programming
0
0
2
@ElzeinPhil
Phillip Elzein
2 months
SQL Tip Of The Day Use REVERSE() to Flip Strings SELECT REVERSE('SQL'); -- Outputs LQS Niche, but fun and sometimes useful. Ever had to reverse strings? #SQLTips #StringFunctions #LearnSQL
0
0
0
@ElzeinPhil
Phillip Elzein
2 months
SQL Tip of the Day: Use LEFT & RIGHT to Extract Fixed-Length Strings SELECT LEFT(postal_code, 3) AS RegionCode FROM Addresses; Simple way to extract string chunks without SUBSTRING(). #SQLTips #StringFunctions #LearnSQL #TSQL
0
0
0
@DolphinDB_Comm
DolphinDB Community
1 month
charAt(X, Y) fetches the character at position Y in string X! 🔍 Returns a CHAR type—handy for precise string slicing and text parsing tasks. #DolphinDB #StringFunctions #TextProcessing
0
0
1
@ashaluwala
Ashaluwala Kazeem
3 years
Improve your Kotlin skills with these useful String functions: removePrefix(), removeSuffix(), & removeSurrounding(). Easily manipulate text with sample usage like: text.removePrefix("Hello "), text.removeSuffix("!"), & text.removeSurrounding("[", "]"). #Kotlin #StringFunctions
1
3
10
@ElzeinPhil
Phillip Elzein
3 months
SQL Tip Of The Day Use PATINDEX for Pattern Search in Strings SELECT PATINDEX('%@%.com%', email) FROM Users; Similar to LIKE but returns position. Use it for validations? #SQLTips #StringFunctions #DataQuality #LearnSQL
0
0
0
@AbdulbasitOnaa2
PocketScapes 📸👨‍💼
3 years
0
0
1
@MustufaAzam
Azam Mustufa
2 years
Diving deep into string functions lately! 📘 Mastered CONCAT, SUBSTRING, REVERSE, and more. Data manipulation just got a level up. 🚀 #MySQL #DataSkills #StringFunctions #ContinuousLearning
0
0
1