Newest String Programming Tips
Checking if a String is Null or Empty in .NET (C#)
Tyler Fowler
·
1 response
·
.net, string, c#
Prepend zeros to a given number
Robin van der Vleuten
·
0 responses
·
php, string, formatting
Converting a string into an integer in JavaScript*
Aleksander Ciesiołkiewicz
·
11 responses
·
string, bitwise, javascript, integer
Arduino String to Char*
Wenson Smith
·
0 responses
·
arduino, string, char*
Java Tip #1. Stop to use "toString" method!
Maks Atygaev
·
3 responses
·
string, java, clean code
Delete matching quotes in vi
Duncan Wong
·
0 responses
·
vim, string, quote, vi
Ruby Symbol#match is actually String#=~
Titov Andrey
·
0 responses
·
ruby, string, regexp, match
RegEx to replace function with it's argument
Tom Loudon
·
0 responses
·
regex, find, regular expression, replace
Getting binary representations in Ruby
Kashyap
·
0 responses
·
ruby, string, binary
Javascript stringSplice
Ashnur
·
0 responses
·
javascript, string, splice, stringsplice
Javascript string endsWith()
Matthew Brown
·
0 responses
·
string, underscore, array, javascript
[PHP] String Length, The Right Way
Samer Moustafa
·
5 responses
·
php, string, sequence, length
+ or .concat, what is faster for appending string in Ruby?
bitsbyte
·
4 responses
·
ruby, string, operator, .concat
Convert a String to a valid URL slug
Dhaya Benmessaoud
·
0 responses
·
javascript, string, manipulation, slug
Easy string formatting with JavaScript // Ember.js
Maciej Smoliński
·
0 responses
·
js, string, array, arguments
Safely parsing Strings to numbers in Scala
Pierre Andrews
·
4 responses
·
scala, parse, string, implicit
JavaScript Cooltricks: String Magic
Brian Blocker
·
0 responses
·
string, magic, javascript, not exactly polymorphism
Undescorize, Dasherize, Capitalize String Prototype
iam4x
·
0 responses
·
string, capitalize, prototype, javascript
Capitalize strings in JavaScript.
tmaster
·
0 responses
·
string, javascript
Capitalize String Extension
Terry Dellino
·
0 responses
·
.net, string, extensionmethod
Format UTC Timestamp To Human Readable
John Paul Barbagallo
·
0 responses
·
string, format, date, javascript
Php's foreach with string key
Henrotte Simon
·
1 response
·
php, string, array, foreach
Call Ruby gently by name
Denis Savitskiy
·
0 responses
·
ruby, string, methods, class
Split a string with different delimiters
Marcus Olsson
·
0 responses
·
string, array, c#