code review: replacing all occurrences of a substring in a string without using regex
Published 2 years ago • 3 plays • Length 2:30Download video MP4
Download video MP3
Similar videos
-
3:26
code review: replace all the occurrence of a string (2 solutions!!)
-
2:43
code review: find and replace all substrings in a string
-
3:06
replacing all occurrences in a string (4 solutions!!)
-
2:44
code review: replacing multiple substrings in a string
-
45:34
how do i replace all occurrences of a string in javascript? (79 solutions!!)
-
4:23
code review: elegant way to replace substring in a regex with optional groups in python?
-
3:07
code review: method to replace all spaces in a string with ' '
-
17:19
regular expressions - computerphile
-
54:17
google coding interview with a competitive programmer
-
2:22
regular expressions (regex) in 100 seconds
-
0:57
how to match whole words using javascript regex (step-by-step guide)
-
3:45
code review: regex match for a string in a url (3 solutions!!)
-
1:45
how to safely replace a character in a java string without regex interpretation?
-
6:01
how can i efficiently manipulate digits in a string without using regex in java? (4 solutions!!)
-
1:56
python regex: how to replace all substrings in a string
-
1:36
databases: regexp_replace() vs. replace() to replace all matches in a string
-
2:53
code review: reverse all the words in a given string (2 solutions!!)
-
3:59
code review: find and replace a string in c/c without using standard library (3 solutions!!)
-
1:59
code review: checking that a string matches one regex and doesn't match another
-
2:34
how to replace standalone 17 in a string without modifying other numbers
-
20:52
learn regular expressions in 20 minutes
-
2:24
code review: finding a substring within a string using regular expressions