Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in substring

Extract a substring without using regexes - PostgreSQL

string postgresql substring

Python - Split string into characters while excluding a certain substring

Substring of string matching regex in a bash shell [duplicate]

regex bash unix substring

How to use substrings in gnuplot

gnuplot substring

Filter Dataframe by using ~isin([list_of_substrings])

Could someone help me clean this up? (Beginner, SQL) [duplicate]

Extract date from string in MySQL

mysql string substring

Is there a way to replace the end of a string, starting at a given substring

python string substring

What is a better way to match multiple substrings in a string than to search for each substring in a loop?

How to select the substring of a filename in MySQL?

mysql substring

Search if a string contains a substring in Javascript (partial search)

How to check if a string contains a word at a case statement - SQLite

sql string sqlite substring case

How to capture a certain number of characters after a substring?

python string substring

extract substring between "-" and "-" in string in R

r string substring

What is the time complexity of Java StringBuilder.substring() method? If it is linear, is there a constant time complexity method to get a substring?

What is the fastest way to check if a substring is in a string as an entire word or term, like RegEx with boundaries?

match part of string in R

string r substring

postgres substring regex multiple results

VBA Using a String Array as SubString Parameter InStr Function (Excel)

substring, after last occurrence of character?