Top "Split" questions

Use this tag for questions about separating an item (e.g. a string) into parts, often by a delimiter or regular expression.

How to split a String into a Stream of Strings?

What is the best method of splitting a String into a Stream? I saw these variations: Arrays.stream("b,l,…

java regex split java-stream
How to split the strings in a file and read them?

I have a file with information in it. It looks like: Michael 19 180 Miami George 25 176 Washington William 43 188 Seattle I want to …

java split filereader
Split comma delimited string --> FUNCTION db.CHARINDEX does not exist

I need to split comma delimited string into a second columns I have the following table : CL1 POS POS2 LENGHT …

mysql string function split comma
MySQL : left part of a string split by a separator string?

I need a MySQL function to get the left part of a string with variable length, before the separator. For …

mysql string split separator
pdftk split pdf with multiple pages but total size grew

with php i have to split a single pdf file with multiple pages inside it to a lot of PDF …

php pdf split pdftk
Splitting path strings into drive, path and file name parts

I am new to python and coding in general. I am trying to read from a text file which has …

python path split filepath
How to split a matrix into 4 blocks using numpy?

I'm implementing Strassen's Matrix Multiplication using python. In divide step, we divide a larger matrix into smaller sub-matrices. Is there …

python matrix numpy split strassen
how to continuously display a file of its last several lines of contents

I am trying to find a Unix command (combination, maybe) on how to continuously display a file of its last …

linux unix split screen tail
Can I split an already split hunk with git?

I've recently discovered git's patch option to the add command, and I must say it really is a fantastic feature. …

git split add patch
tmux: How to join two tmux windows into one, as panes?

I have two tmux windows, with a single pane in each, and I would like to join these two panes …

session split tmux