#stringfunctions 검색 결과

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

DolphinDB_Comm's tweet image. 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

📚 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"

AbdulbasitOnaa2's tweet image. 📚 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"

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

DolphinDB_Comm's tweet image. 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

📅 PHP Coding Tips - Day 91 ❗️Use str_contains() for Clean String Checks 🔍 ✅ Available since PHP 8. ❓ Still using strpos()? #PHP #ModernPHP #StringFunctions #100DaysOfPHP

lkwiatkowski94's tweet image. 📅 PHP Coding Tips - Day 91

❗️Use str_contains() for Clean String Checks 🔍
✅ Available since PHP 8.
❓ Still using strpos()?
#PHP #ModernPHP #StringFunctions #100DaysOfPHP

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

DolphinDB_Comm's tweet image. 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

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


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

DolphinDB_Comm's tweet image. 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

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


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


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


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


split(str, [delimiter]) splits strings/vectors—auto-CHAR vec if no delimiter! ✂️Use a delimiter for CHAR/STRING vecs; vector input returns columnar tuples. Ideal for text parsing. #DolphinDB #StringFunctions #TextParsing


Diving deep into string functions lately! 📘 Mastered CONCAT, SUBSTRING, REVERSE, and more. Data manipulation just got a level up. 🚀 #MySQL #DataSkills #StringFunctions #ContinuousLearning


2. Calculating the Number of Days Since Each Sale – I also wrote a query to calculate how many days ago each sale happened. Here’s the solution: #SQL #DataAnalytics #StringFunctions #DateFunctions #DataCleaning #SQLChallenge #LearningJourney #TechJourney #DataWrangling


Article I found title “39 PHP String Functions You Can’t Live Without,” by Mark Harbottle, from Sitepoint’s website, link below. #PHP #StringFunctions #WebsiteDevelopment sitepoint.com/php-string-fun…


split(str, [delimiter]) splits strings/vectors—auto-CHAR vec if no delimiter! ✂️Use a delimiter for CHAR/STRING vecs; vector input returns columnar tuples. Ideal for text parsing. #DolphinDB #StringFunctions #TextParsing


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

DolphinDB_Comm's tweet image. 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

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

DolphinDB_Comm's tweet image. 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

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

DolphinDB_Comm's tweet image. 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

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

DolphinDB_Comm's tweet image. 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

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

DolphinDB_Comm's tweet image. 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

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

DolphinDB_Comm's tweet image. 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

Shout out to @cutrules guys for cranking out their computer science homework before our flight. #StringFunctions

umnmensulti's tweet image. Shout out to @cutrules guys for cranking out their computer science homework before our flight. #StringFunctions

📚 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"

AbdulbasitOnaa2's tweet image. 📚 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"

📅 PHP Coding Tips - Day 91 ❗️Use str_contains() for Clean String Checks 🔍 ✅ Available since PHP 8. ❓ Still using strpos()? #PHP #ModernPHP #StringFunctions #100DaysOfPHP

lkwiatkowski94's tweet image. 📅 PHP Coding Tips - Day 91

❗️Use str_contains() for Clean String Checks 🔍
✅ Available since PHP 8.
❓ Still using strpos()?
#PHP #ModernPHP #StringFunctions #100DaysOfPHP

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

DolphinDB_Comm's tweet image. 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

C supports a large number of string handling functions in the standard library " string.h". In our last video, we learned to manipulate various C string functions that are readily available for use 🔗: youtu.be/XdnmsKUvGsc #cstringfunctions #stringfunctions #programiz #icymi

programiz's tweet image. C supports a large number of string handling functions in the standard library " string.h". In our last video, we learned to manipulate various C string functions that are readily available for use
🔗: youtu.be/XdnmsKUvGsc 

#cstringfunctions #stringfunctions #programiz #icymi

SAP HANA Database SQLScript Locate string function with example code kodyaz.com/sap-abap/sqlsc… #SAPHANA #SQLScript #stringfunctions #sql

kodyaz's tweet image. SAP HANA Database SQLScript Locate string function with example code

kodyaz.com/sap-abap/sqlsc…

#SAPHANA #SQLScript #stringfunctions #sql

Loading...

Something went wrong.


Something went wrong.


United States Trends