Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
2,444 results
This video explains the difference between Rust's two main text types: String and &str. This distinction is one of the most confusing ...
1,772 views
4 years ago
Purdue's AP Computer Science A on edX.
67 views
9 years ago
And this is actually already nesting functions. So what happens when this code is evaluated? First, the input function is called.
132 views
2 years ago
See the related blog entry at The list of all the blog entries and screencasts can be found on http://perlmaven.com/perl-tutorial ...
4,977 views
14 years ago
PHP String Functions (Part 1) strlen(string) - This function counts total no of characters, including numbers and white spaces in the ...
2,155 views
11 years ago
Using Python strings. Sorry about the really scratchy voice at the beginning. Oh well. Note: I often use the terms “word” and “letter” ...
257 views
7 years ago
136 views
8 years ago
This is an audio version of the Wikipedia Article: ...
6 views
String and File Attributes comparison in BASH String comparison String comparison using == operator String comparison using !
681 views
String Library Functions What are string library functions. Types of string library functions -Strcpy -Strlen -Strcmp -Strcat.
12,070 views
Strings *char datatype *letter,digit,punctuation marks, tab, or space are all characters *Program explaining the variable and the ...
10,837 views
A basic bioinformatics tutorial on how to use Cytoscape and the Cytoscape stringApp. I first show how to install stringApp from the ...
20,004 views
Ok back to the second part of the String Functions tutorial. I'm going to go through the rest of the functions starting from String ...
1,619 views
Using the split() function to split a string into a list of substrings.
193 views
`UserString` is a class from Python's `collections` module that acts just like a normal string. But, it's designed to be safely ...
26 views
5 months ago
Strings :- -What is a string -Syntax for declaring a string -Syntax for initializing a string -To read a string from keyboard.
12,152 views
You need to use methods from the String class to compare strings for equal, less than, and greater than.
354 views
6 years ago
Slices, comparison, immutable strings, and the “in” and “not in” operators.
159 views
Getting started with strings strings single, double, triple quoted accessing elements show immutability tell that there are methods ...
1,700 views
This shows an example of iterating through a string using a for statement in Python. Each character is printed in a vertical column.
123 views
1 year ago
The substring() method lets you extract a section of a String; indexOf() lets you find where one String is contained within another ...
1,103 views
Concatenation can only get you so far. It's time to learn how to put strings inside of strings.
7 views
A quick recap of functions, parameters, and arguments. Then a demo of how to debug a script in Thonny.
456 views
First in a series of videos about how to write and use your own functions in R. The full series is available as a play list: ...
54,815 views
5 years ago
Manipulating strings upper, lower, replace slicing [::-1] reversed palindrome check.
1,050 views